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/03/30 11:22:59 UTC

[GitHub] [incubator-iotdb] wshao08 commented on a change in pull request #931: [IOTDB-540]Add time filter for LAST query and refactor Previous Fill

wshao08 commented on a change in pull request #931: [IOTDB-540]Add time filter for LAST query and refactor Previous Fill
URL: https://github.com/apache/incubator-iotdb/pull/931#discussion_r400115750
 
 

 ##########
 File path: tsfile/src/main/java/org/apache/iotdb/tsfile/read/common/BatchData.java
 ##########
 @@ -533,6 +534,35 @@ public boolean getBooleanByIndex(int idx) {
     return booleanRet.get(idx / capacity)[idx % capacity];
   }
 
+  public TsPrimitiveType getTsPrimitiveTypeByIndex(int idx) {
 
 Review comment:
   This is legacy code, removed

----------------------------------------------------------------
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


With regards,
Apache Git Services