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: [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]

Reply via email to