satishkotha commented on a change in pull request #2611:
URL: https://github.com/apache/hudi/pull/2611#discussion_r586008784



##########
File path: 
hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/utils/HoodieHiveUtils.java
##########
@@ -62,6 +67,7 @@
   public static final String HOODIE_STOP_AT_COMPACTION_PATTERN = 
"hoodie.%s.ro.stop.at.compaction";
   public static final String INCREMENTAL_SCAN_MODE = "INCREMENTAL";
   public static final String SNAPSHOT_SCAN_MODE = "SNAPSHOT";
+  public static final String VALIDATE_SCAN_MODE = "VALIDATE"; //used for 
pre-commit validation

Review comment:
       @n3nash Ok, switched config to make it work for all modes in future. I 
only implemented snapshot mode for now. Incremental part can be added later on 
after we get feedback from snapshot pre-commit validation and when we have more 
incremental use cases.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to