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_r360630687
##########
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:
If version is supported in hadoop input format level, then hive and presto
can also leverage this information when reading carbon, right?
----------------------------------------------------------------
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