manishnalla1994 commented on a change in pull request #3182: [CARBONDATA-3343] Compaction for Range Sort
URL:
https://github.com/apache/carbondata/pull/3182#discussion_r277978559
##########
File path: core/src/main/java/org/apache/carbondata/core/scan/result/impl/FilterQueryScannedResult.java
##########
@@ -54,7 +55,28 @@ public FilterQueryScannedResult(BlockExecutionInfo tableBlockExecutionInfos,
}
@Override public List<byte[]> getDictionaryKeyArrayBatch(int batchSize) {
- throw new UnsupportedOperationException("Operation not supported");
+ // rowId from where computing need to start
Review comment:
Done.
----------------------------------------------------------------
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:
[hidden email]
With regards,
Apache Git Services