YesOrNo828 opened a new issue, #8930:
URL: https://github.com/apache/iceberg/issues/8930

   ### Feature Request / Improvement
   
   ### Feature Request:
   Recently Flink 1.18 was released.
   
https://nightlies.apache.org/flink/flink-docs-release-1.18/release-notes/flink-1.18/
   
   ### What to do?
   The Flink community has been working hard to improve the stability of the 
connector interface. This makes it easier to abstract and maintain the Flink 
common connector between different Flink versions. Similar efforts have been 
made in other open-source communities, such as 
[Paimon](https://github.com/apache/incubator-paimon/tree/master/paimon-flink) 
(Apache Incubating) and 
[Amoro](https://github.com/NetEase/amoro/tree/master/flink).
   
   The expected flink modules would be:
   /flink
   |---/v1.16
   |------/flink
   |------/flink-runtime
   |---/v1.17
   |------/flink
   |------/flink-runtime
   |---/v1.18
   |------/flink
   |------/flink-runtime
   |---/flink-common #dependence the newest flink version 1.18
   
   This issue only concerns the flink-common abstraction in the flink1.18 
version, 1.17 and other flink connector refactor work would be done in other 
issues.
   
   ### What's the benefit?
   - Reduce the codebase and facilitate code maintenance;
   - Reduce the CI cost.
   
   WDYT? 
   
   
   ### Query engine
   
   Flink


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

Reply via email to