You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/09/17 13:07:33 UTC

[GitHub] [iceberg] Flyangz commented on pull request #3116: upgrade to flink 1.13

Flyangz commented on pull request #3116:
URL: https://github.com/apache/iceberg/pull/3116#issuecomment-921782417


   How about this time? @kbendick  It can support both 1.12 and 1.13, though it implements deprecated methods([`requiredContext`, `supportedProperties` and `supportedProperties` marked deprecated at 1.13](https://github.com/apache/flink/blob/release-1.13.2/flink-table/flink-table-common/src/main/java/org/apache/flink/table/factories/CatalogFactory.java)).
   
    @zhangjun0x01's original PR does not support 1.12, because that PR implements `Factory` interface API, like `factoryIdentifier` and `requiredOptions`. But [1.12's CatalogFactory does not extend `Factory`](https://github.com/apache/flink/blob/release-1.12.1/flink-table/flink-table-common/src/main/java/org/apache/flink/table/factories/CatalogFactory.java).


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org