openinx commented on pull request #4193: URL: https://github.com/apache/iceberg/pull/4193#issuecomment-1048409144
@kbendick The flink community are pushing the scala-free work forward ( I mean the downstream users don't need to specific a scala version when they introduce a flink dependency, the flink is trying to create few dynamic class loader to load the existing flink modules implemented or depended on scala-lang ). Currently, I see the `flink-runtime` is scala-free since 1.14.0[1] , and `flink-table-*` is scala-free since 1.15.0 ( Not release yet) [2]. In the best case for flink 1.15.0, all user required flink module will be scala-free. So we can say the iceberg-flink modules will don't need to bundle any scala version (introduced from flink artifacts) definitely. [1] https://issues.apache.org/jira/browse/FLINK-14105 [2] https://issues.apache.org/jira/browse/FLINK-24427 -- 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]
