stevenzwu commented on a change in pull request #4060:
URL: https://github.com/apache/iceberg/pull/4060#discussion_r803300908
##########
File path:
flink/v1.14/flink/src/main/java/org/apache/iceberg/flink/source/ScanContext.java
##########
@@ -34,7 +35,8 @@
/**
* Context object with optional arguments for a Flink Scan.
*/
-class ScanContext implements Serializable {
+@Internal
+public class ScanContext implements Serializable {
Review comment:
We can't. Otherwise, we also need to non-public
`ArrayPoolDataIteratorBatcherRowData` from `source.reader` sub package to the
parent `source` level. We will also need to move many other classes and test
classes from sub packages to parent `source` level.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]