ravipesala commented on a change in pull request #3177: [CARBONDATA-3337][CARBONDATA-3306] Distributed index server
URL:
https://github.com/apache/carbondata/pull/3177#discussion_r279635909
##########
File path: core/src/main/java/org/apache/carbondata/core/datamap/Segment.java
##########
@@ -55,15 +58,23 @@
* transactional isolation level which only allows snapshot read of the
* data and make non committed data invisible to the reader.
*/
- private ReadCommittedScope readCommittedScope;
+ private transient ReadCommittedScope readCommittedScope;
/**
* keeps all the details about segments
*/
- private LoadMetadataDetails loadMetadataDetails;
+ private transient LoadMetadataDetails loadMetadataDetails;
private String segmentString;
+ private String indexSize = "";
+
+ private boolean isCacheable = true;
Review comment:
PLease add comment
----------------------------------------------------------------
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