ravipesala commented on a change in pull request #3177: [CARBONDATA-3337][CARBONDATA-3306] Distributed index server
URL:
https://github.com/apache/carbondata/pull/3177#discussion_r279627951
##########
File path: core/src/main/java/org/apache/carbondata/core/datamap/DistributableDataMapFormat.java
##########
@@ -85,33 +143,67 @@
private ExtendedBlocklet currBlocklet;
private List<DataMap> dataMaps;
- @Override public void initialize(InputSplit inputSplit, TaskAttemptContext taskAttemptContext)
+ @Override
+ public void initialize(InputSplit inputSplit, TaskAttemptContext taskAttemptContext)
Review comment:
Better create a new RecordReader for job cleaning purpose and override the initialize method for better separation.
----------------------------------------------------------------
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:
[hidden email]
With regards,
Apache Git Services