jackylk commented on a change in pull request #3355: [HOTFIX] Improve select query after Update/Delete operation.
URL:
https://github.com/apache/carbondata/pull/3355#discussion_r312914239
##########
File path: core/src/main/java/org/apache/carbondata/core/statusmanager/SegmentUpdateStatusManager.java
##########
@@ -70,12 +70,14 @@
private LoadMetadataDetails[] segmentDetails;
private SegmentUpdateDetails[] updateDetails;
private Map<String, SegmentUpdateDetails> blockAndDetailsMap;
- private boolean isStandardTable;
+ /**
+ * It contains the mapping of segment path and corresponding delete delta files.
Review comment:
```suggestion
* It contains the mapping of segment path and corresponding delete delta file paths
```
----------------------------------------------------------------
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