manishnalla1994 commented on a change in pull request #3182: [CARBONDATA-3343]
Compaction for Range Sort
URL: https://github.com/apache/carbondata/pull/3182#discussion_r277979187
##########
File path:
processing/src/main/java/org/apache/carbondata/processing/merger/CarbonCompactionExecutor.java
##########
@@ -109,8 +110,8 @@ public CarbonCompactionExecutor(Map<String, TaskBlockInfo>
segmentMapping,
* Map(UNSORTED) = List of Iterators which yield sorted data
* Map(Sorted) = List of Iterators which yield sorted data
*/
- public Map<String, List<RawResultIterator>> processTableBlocks(Configuration
configuration)
- throws QueryExecutionException, IOException {
+ public Map<String, List<RawResultIterator>> processTableBlocks(Configuration
configuration,
+ Expression andFilterExpr) throws QueryExecutionException, IOException {
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:
[email protected]
With regards,
Apache Git Services