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/05/06 11:56:42 UTC

[GitHub] [iceberg] openinx commented on issue #2558: Flink : Is it necessary to upgrade to flink 1.13 ?

openinx commented on issue #2558:
URL: https://github.com/apache/iceberg/issues/2558#issuecomment-833464487


   I did few tests to verify whether the iceberg-flink-runtime jar (compiled in flink 1.12 ) could work in flink 1.13,  sounds like the only one issue is [CatalogDescriptorValidator](https://github.com/apache/iceberg/blob/master/flink/src/main/java/org/apache/iceberg/flink/FlinkCatalogFactory.java#L31),  it's an `Internal` API but has been removed in flink 1.13.   I think we could remove the usage about `Internal` API then we could make this jar work in both flink 1.12 and flink 1.13, don't have to upgrade this version to flink 1.13.


-- 
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.

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