jackylk commented on a change in pull request #3538: [CARBONDATA-3637] Optimize 
insert into flow
URL: https://github.com/apache/carbondata/pull/3538#discussion_r376197271
 
 

 ##########
 File path: 
processing/src/main/java/org/apache/carbondata/processing/loading/DataLoadProcessBuilder.java
 ##########
 @@ -110,10 +113,10 @@ private AbstractDataLoadProcessorStep 
buildInternalForNoSort(CarbonIterator[] in
    */
   private AbstractDataLoadProcessorStep buildInternalWithNoConverter(
       CarbonIterator[] inputIterators, CarbonDataLoadConfiguration 
configuration,
-      SortScopeOptions.SortScope sortScope) {
+      SortScopeOptions.SortScope sortScope, boolean withoutReArrange) {
 
 Review comment:
   can we remove all re-arrange in all flow?

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

Reply via email to