jlfsdtc commented on code in PR #9031:
URL: https://github.com/apache/incubator-gluten/pull/9031#discussion_r2000072830
##########
pom.xml:
##########
@@ -278,6 +278,7 @@
</activation>
<properties>
<java.version>1.8</java.version>
+ <iceberg.version>1.5.0</iceberg.version>
Review Comment:
If Iceberg and Spark versions are bound together, it means that after
upgrading Spark to version 3.5.5, it will no longer be possible to use JDK 8.
However, Spark 3.5.5 itself still supports the use of JDK 8.
Use different versions of JDK and Spark to support different versions of
Iceberg.
--
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]