xushiyan commented on code in PR #9280:
URL: https://github.com/apache/hudi/pull/9280#discussion_r1284039232
##########
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, "
+ + "adjust config `%s` accordingly if prefer to avoid throwing
this exception.",
Review Comment:
no doc change needed as time travel was handled in a different method
--
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]