jackylk commented on a change in pull request #3449: [CARBONDATA-3578] Make table status file smaller
URL:
https://github.com/apache/carbondata/pull/3449#discussion_r346250576
##########
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:
In table status file, most of the entries are SUCCESS and COMPACTED, so I gave alias for these two only, for others I prefer to keep it the same for better readibility
----------------------------------------------------------------
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