jackylk commented on a change in pull request #3483: [CARBONDATA-3597] Support Merge for SCD and CCD scenarios
URL:
https://github.com/apache/carbondata/pull/3483#discussion_r360630622
##########
File path: hadoop/src/main/java/org/apache/carbondata/hadoop/api/CarbonTableInputFormat.java
##########
@@ -114,9 +114,15 @@
}
this.readCommittedScope = getReadCommitted(job, identifier);
LoadMetadataDetails[] loadMetadataDetails = readCommittedScope.getSegmentList();
-
- SegmentUpdateStatusManager updateStatusManager =
- new SegmentUpdateStatusManager(carbonTable, loadMetadataDetails);
+ String updateDeltaVersion = job.getConfiguration().get("updateDeltaVersion");
Review comment:
Please make `updateDeltaVersion` a constant and add comment to describe it
----------------------------------------------------------------
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