pvary commented on issue #9175: URL: https://github.com/apache/iceberg/issues/9175#issuecomment-1831887127
`IcebergSource` is using the new Flink Source API - this is the newer one `FlinkSource` is using the old Flink SourceFunction API - this will be removed (I plan to deprecate it in the new Iceberg release) When using the table API the `table.exec.iceberg.use-flip27-source` config option could be used to chose between the 2 versions. See: https://iceberg.apache.org/docs/1.3.1/flink-queries/#flip-27-source-for-sql -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org