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


##########
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:
   same here: avoid "new", "FLIP-27" such references. You can add `@see 
FLIP-27` with link in the end of the docs block



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