pan3793 commented on code in PR #6804:
URL: https://github.com/apache/kyuubi/pull/6804#discussion_r1839679946
##########
pom.xml:
##########
@@ -159,7 +159,7 @@
<httpcore.version>4.4.16</httpcore.version>
<hudi.version>0.15.0</hudi.version>
<hudi.artifact>hudi-spark${spark.binary.version}-bundle_${scala.binary.version}</hudi.artifact>
- <iceberg.version>1.6.1</iceberg.version>
+ <iceberg.version>1.7.0</iceberg.version>
Review Comment:
Currently, Kyuubi supports developing under Java 8/11/17, we should use
1.6.1 by default to avoid breaking devs who still using Java 8, and we can
override `iceberg.version` in other `java-*` profiles
--
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]