xushiyan commented on code in PR #18022:
URL: https://github.com/apache/hudi/pull/18022#discussion_r2744057311
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/source/HoodieScanContext.java:
##########
@@ -32,7 +32,7 @@
* Hudi source scan context.
*/
@Internal
-public class ScanContext implements Serializable {
+public class HoodieScanContext implements Serializable {
Review Comment:
pls add class docs to describe the class so it can be understood and
distinguished easily from the other scan context. explain the other class more
in class docs as well if necessary
--
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]