kevinjmh commented on a change in pull request #3649: [CARBONDATA-3730] Avoid
data conversion and remove duplicate codes in BlockIndexerStorage
URL: https://github.com/apache/carbondata/pull/3649#discussion_r389219878
##########
File path:
core/src/main/java/org/apache/carbondata/core/datastore/columnar/BlockIndexerStorage.java
##########
@@ -50,7 +83,7 @@
*
* @param rowIds
*/
- protected Map<String, short[]> rleEncodeOnRowId(short[] rowIds) {
+ protected void rleEncodeOnRowId(short[] rowIds) {
Review comment:
done
----------------------------------------------------------------
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