You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2020/10/12 06:34:07 UTC

[GitHub] [iotdb] HTHou commented on a change in pull request #1819: Fix Session raw data query bug.

HTHou commented on a change in pull request #1819:
URL: https://github.com/apache/iotdb/pull/1819#discussion_r503066138



##########
File path: session/src/main/java/org/apache/iotdb/session/Session.java
##########
@@ -931,19 +936,21 @@ public void executeNonQueryStatement(String sql)
   }
 
   /**
-   * query eg. select * from paths where time >= startTime and time < endTime
-   * time interval include startTime and exclude endTime
+   * query eg. select * from paths where time >= startTime and time < endTime time interval include
+   * startTime and exclude endTime
+   *
    * @param paths
    * @param startTime included
-   * @param endTime excluded
+   * @param endTime   excluded
    * @return

Review comment:
       Update javadoc?




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