Github user selvaganesang commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/1175#discussion_r128053948 --- Diff: core/conn/jdbcT4/src/main/java/org/trafodion/jdbc/t4/TrafT4Statement.java --- @@ -1247,7 +1247,7 @@ void setMultipleResultSets(int num_result_sets, TrafT4Desc[][] output_descriptor if (desc == null) { resultSet_[i] = null; } else { - resultSet_[i] = new TrafT4ResultSet(this, desc, stmt_labels[i], true); + resultSet_[i] = new TrafT4ResultSet(this, desc, stmt_labels[i], this.sqlStmtType_==TRANSPORT.TYPE_CALL); --- End diff -- Thanks for the explanation. Read the surrounding the code and it made sense now
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---