xushiyan commented on code in PR #9278:
URL: https://github.com/apache/hudi/pull/9278#discussion_r1283941125


##########
hudi-common/src/main/java/org/apache/hudi/common/config/HoodieCommonConfig.java:
##########
@@ -78,18 +78,18 @@ public class HoodieCommonConfig extends HoodieConfig {
 
   public static final ConfigProperty<String> 
INCREMENTAL_READ_HANDLE_HOLLOW_COMMIT = ConfigProperty
       .key("hoodie.datasource.read.handle.hollow.commit")
-      .defaultValue(HollowCommitHandling.EXCEPTION.name())
+      .defaultValue(HollowCommitHandling.FAIL.name())
       .sinceVersion("0.14.0")
       .markAdvanced()
       .withValidValues(enumNames(HollowCommitHandling.class))
       .withDocumentation("When doing incremental queries, there could be 
hollow commits (requested or inflight commits that are not the latest)"

Review Comment:
   time travel query related change is in a follow up PR. this one is meant 
only for renaming



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