[
https://issues.apache.org/jira/browse/CARBONDATA-301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15595751#comment-15595751 ]
ASF GitHub Bot commented on CARBONDATA-301:
-------------------------------------------
Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/incubator-carbondata/pull/247#discussion_r84517789
--- Diff: processing/src/main/java/org/apache/carbondata/processing/util/RemoveDictionaryUtil.java ---
@@ -123,6 +123,60 @@ private static int calculateTotalBytes(ByteBuffer[] byteBufferArr) {
}
/**
+ * This method will form one single byte [] for all the high card dims.
--- End diff --
Added description.
This is just duplicate function to take `byte[][]` instead `ByteBuffer[]'. The other method would be removed at the time of removing kettle.
The reverse function for this is `splitNoDictionaryKey` method
> 6. Add SortProcessorStep which sorts the data as per dimension order and write the sorted files to temp location.
> -----------------------------------------------------------------------------------------------------------------
>
> Key: CARBONDATA-301
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-301> Project: CarbonData
> Issue Type: Sub-task
> Reporter: Ravindra Pesala
> Assignee: Ravindra Pesala
> Fix For: 0.2.0-incubating
>
>
> Add SortProcessorStep which sorts the data as per dimension order and write the sorted files to temp location.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)