HuangZhenQiu commented on code in PR #18022: URL: https://github.com/apache/hudi/pull/18022#discussion_r2744154021
########## hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/source/HoodieSource.java: ########## @@ -55,20 +55,25 @@ import java.util.stream.Collectors; /** - * Hoodie Source implementation. - * @param <T> record Type + * Hoodie FLIP-27 Source implementation for Flink streaming and batch reads. + * + * <p>This source supports both bounded (batch) and unbounded (streaming) modes + * based on the configuration. It uses Flink's new Source API (FLIP-27) to Review Comment: Will replace them with Source V2 and `@see FLIP-27` link for better reference. -- 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]
