ajantha-bhat commented on a change in pull request #3670: [WIP] Optimize write
step by skipping convert to 3 steps
URL: https://github.com/apache/carbondata/pull/3670#discussion_r399943668
##########
File path:
processing/src/main/java/org/apache/carbondata/processing/loading/sort/SortStepRowHandler.java
##########
@@ -192,6 +196,16 @@ public SortStepRowHandler(SortParameters sortParameters) {
return out;
}
+ public Object[] convertToFlatRow(IntermediateSortTempRow sortTempRow) {
+ List<Object> out = new ArrayList<>();
Review comment:
@VenuReddy2103 : This is WIP PR, I am **NOT** working on it now. As effort
is more.
----------------------------------------------------------------
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