kunal642 commented on a change in pull request #3538: [CARBONDATA-3637]
Optimize insert into flow
URL: https://github.com/apache/carbondata/pull/3538#discussion_r375086020
##########
File path:
processing/src/main/java/org/apache/carbondata/processing/loading/steps/InputProcessorStepWithNoConverterImpl.java
##########
@@ -334,6 +356,42 @@ private CarbonRowBatch getBatch() {
return newData;
}
+ private Object[] convertToNoDictionaryToBytesWithoutReArrange(Object[]
data,
Review comment:
This method is almost same as 'convertToNoDictionaryToBytes'. Better to use
the withoutReArrange to skip the rearrange in that 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:
[email protected]
With regards,
Apache Git Services