austince commented on issue #2225: URL: https://github.com/apache/iceberg/issues/2225#issuecomment-1095477586
I believe the `FlinkSource` builder would need to migrate to [Flink's new source interface](https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/dev/datastream/sources/#the-data-source-api) to support this case. Currently, this builder just uses `StreamExecutionEnvironment#createInput(..)` which does not support this: https://github.com/apache/iceberg/blob/910f2712c7b731181c4a72fb6b8c66addeb76dd9/flink/v1.14/flink/src/main/java/org/apache/iceberg/flink/source/FlinkSource.java#L228-L232 -- 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]
