qiaojialin commented on a change in pull request #806: [IOTDB-467] The CLI 
displays query results in a batch manner
URL: https://github.com/apache/incubator-iotdb/pull/806#discussion_r379802403
 
 

 ##########
 File path: client/src/main/java/org/apache/iotdb/client/AbstractClient.java
 ##########
 @@ -90,8 +93,9 @@
   static int maxTimeLength = ISO_DATETIME_LEN;
   static int maxValueLength = 15;
   static String TIMESTAMP_PRECISION = "ms";
+  static int lineCount = 0;
 
-  private static boolean isReachMaxLine = false;
+  private static boolean isReachEnd = false;
 
 Review comment:
   ```suggestion
     private static boolean isReachEnd = true;
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to