xuchuanyin commented on a change in pull request #3064: [CARBONDATA-3243] Updated DOC for No-Sort Compaction and a few Fixes
URL:
https://github.com/apache/carbondata/pull/3064#discussion_r249433094
##########
File path: processing/src/main/java/org/apache/carbondata/processing/sort/sortdata/SingleThreadFinalSortFilesMerger.java
##########
@@ -135,8 +135,8 @@ public void addInMemoryRawResultIterator(List<RawResultIterator> sortedRawResult
noDicAndComplexColumns, sortParameters, measureDataType);
if (inMemorySortTempChunkHolder.hasNext()) {
inMemorySortTempChunkHolder.readRow();
+ recordHolderHeapLocal.add(inMemorySortTempChunkHolder);
Review comment:
still cannot understand this change?
Is it for a bug?
If yes, please mention that in the PR description about the scenario and the root cause and add test case for that. -- I'd recommend you to raise a new PR for it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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