MaxNevermind commented on PR #7694:
URL: https://github.com/apache/iceberg/pull/7694#issuecomment-1644250646

   @snazy Do you think that our approach to dynamic dependencies 
   ```  
     compileOnly 
"org.apache.flink:flink-table-planner_${scalaVersion}:${libs.versions.flink117.get()}"
 
    ```
   and dependencies with multiple versions 
   ```   
     jackson211 = { strictly = "[2.11, 2.12[", prefer = "2.11.4"} 
     jackson212 = { strictly = "[2.12, 2.13[", prefer = "2.12.3"} 
     jackson213 = { strictly = "[2.13, 2.14[", prefer = "2.13.4"} 
     ```
     need to be described somewhere? So after merge devs don't get confused 
with how to deal with that cases.


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

Reply via email to