pvary commented on issue #8930:
URL: https://github.com/apache/iceberg/issues/8930#issuecomment-1782313012

   I am concerned about the dependency tree of the flink/v1.17 module. If the 
flink-common depends on Flink 1.18, and the flink/v1.17 depends on 
flink-common, then we will have a transitive dependency on Flink 1.18. We can 
exclude the dependency, but how can we make sure that everything works as 
expected without running the tests.
   Also this would mean that we need to predict the changes in Flink when 
deciding what to put into the flink-common package, and what to keep in the 
version specific packages. As an alternative we can move these classes around 
every time when it is needed - but this approach has its own maintenance costs.
   


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

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