JackieTien97 commented on a change in pull request #652: [386] Vectorize the
raw data query process
URL: https://github.com/apache/incubator-iotdb/pull/652#discussion_r361080628
##########
File path:
jdbc/src/test/java/org/apache/iotdb/jdbc/IoTDBQueryResultSetTest.java
##########
@@ -129,6 +129,9 @@ public void before() throws Exception {
statement = new IoTDBStatement(connection, client, sessionId, zoneID);
+ TSQueryDataSet tsQueryDataSet = FakedFirstFetchResult();
+ execResp.queryDataSet = tsQueryDataSet;
Review comment:
Local variable 'tsQueryDataSet' is redundant, you can directly combine the
two statements.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services