// Test the second query.
LOG.debug("Running second query");
getConf().set(SelectStmt.CLIENT_SELECT_TARGET_KEY, "select-out2");
QuerySubmitResponse selectResponse2 = env.submitQuery(
"SELECT * FROM inputstream WHERE y = 6",
getQueryOpts());
assertNotNull(selectResponse2);
FlowId queryId2 = selectResponse2.getFlowId();
assertNotNull(queryId2);