akashrn5 commented on a change in pull request #3449: [CARBONDATA-3578] Make table status file smaller
URL:
https://github.com/apache/carbondata/pull/3449#discussion_r346202837
##########
File path: core/src/main/java/org/apache/carbondata/core/statusmanager/SegmentStatus.java
##########
@@ -58,7 +58,7 @@
/**
* Segment is compacted
*/
- @SerializedName("Compacted")
+ @SerializedName(value = "C", alternate = "Compacted")
Review comment:
why only for Success and Compacted? what about the Marked for delete, Partial Success, Insert In Progress and other status
----------------------------------------------------------------
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