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


##########
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/TimelineUtils.java:
##########
@@ -343,7 +343,8 @@ public static HoodieTimeline 
handleHollowCommitIfNeeded(HoodieTimeline completed
     switch (handlingMode) {
       case FAIL:
         throw new HoodieException(String.format(
-            "Found hollow commit: '%s'. Adjust config `%s` accordingly if to 
avoid throwing this exception.",
+            "Found hollow commit: '%s'. If this happened for an incremental 
query, "

Review Comment:
   this method is now only used for incr query. added a dedicated one for time 
travel. so no change needed here.



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