yiheng commented on a change in pull request #197: [LIVY-574][TESTS][THRIFT] 
Add tests for metadata operations
URL: https://github.com/apache/incubator-livy/pull/197#discussion_r315692855
 
 

 ##########
 File path: 
thriftserver/session/src/main/java/org/apache/livy/thriftserver/session/ColumnBuffer.java
 ##########
 @@ -204,6 +204,12 @@ public BitSet getNulls() {
     return nulls != null ? BitSet.valueOf(nulls) : new BitSet();
   }
 
+  /**
+   * Extract subset data to a new column buffer.
+   * @param start start row number
+   * @param end end row number, which is not included in the subset data
+   * @return
+   */
 
 Review comment:
   I forgot to delete this in another patch... Please review this method...

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