Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2262#discussion_r187553518
--- Diff:
core/src/main/java/org/apache/carbondata/core/readcommitter/TableStatusReadCommittedScope.java
---
@@ -37,6 +39,7 @@
public class TableStatusReadCommittedScope implements ReadCommittedScope {
private LoadMetadataDetails[] loadMetadataDetails;
+ UpdateVO updateVo;
--- End diff --
Make it private---
