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


##########
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:
   lets ensure we call out time travel queries as well. 
   ```
   When doing incremental queries or time travel queries, there ... 
   ```
   



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