pionCham commented on PR #6677:
URL: https://github.com/apache/kyuubi/pull/6677#issuecomment-2345348870
> Have some more investigation in its dependency relationship, and provide
concrete evidence to it.
```
<dependency>
<groupId>org.apache.iceberg</groupId>
<artifactId>iceberg-spark-runtime-3.5_2.12</artifactId>
<version>1.6.1</version>
</dependency>
```
This is the latest iceberg dependency in the project and i found that the
iceberg dependency referenced scala-collection-compat dependency.
This indicates that iceberg can reference the version number2.12.0 of
scala-collection-compat
https://github.com/apache/iceberg/blob/6ff7a6ec2e2790e5d2d2b35a2091e68101ab3aa3/gradle/libs.versions.toml#L81
--
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]