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_r361079728
##########
File path:
jdbc/src/test/java/org/apache/iotdb/jdbc/IoTDBQueryResultSetTest.java
##########
@@ -240,7 +241,7 @@ public void testQuery() throws Exception {
}
// The client issues 2 fetchResultReq in total. The last fetchResultReq
get empty resultSet.
- verify(fetchResultsResp, times(2)).getStatus();
+ verify(fetchResultsResp, times(1)).getStatus();
Review comment:
I think the comment also needs to be updated
----------------------------------------------------------------
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