HuangZhenQiu commented on code in PR #18325: URL: https://github.com/apache/hudi/pull/18325#discussion_r2969061298
########## hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/source/split/HoodieSourceSplit.java: ########## @@ -38,7 +37,6 @@ */ @Getter @EqualsAndHashCode -@ToString Review Comment: Make sense to decouple splitId() coupled with toString(). For debugging purpose, it will be better to include fileOffset and consumed in the toString -- 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]
