kunal642 commented on a change in pull request #4148:
URL: https://github.com/apache/carbondata/pull/4148#discussion_r677990392



##########
File path: 
core/src/main/java/org/apache/carbondata/core/index/IndexInputFormat.java
##########
@@ -102,6 +103,10 @@
 
   private Set<String> missingSISegments;
 
+  private CdcVO cdcVO;
+
+  private Boolean isCDCJob;

Review comment:
       no need of this boolean, can simply check if CdcVO is null or not and 
write/read based on that




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to