jackylee-ch commented on code in PR #8890:
URL: https://github.com/apache/incubator-gluten/pull/8890#discussion_r1993914464
##########
pom.xml:
##########
@@ -347,8 +347,8 @@
<properties>
<sparkbundle.version>3.5</sparkbundle.version>
<sparkshim.artifactId>spark-sql-columnar-shims-spark35</sparkshim.artifactId>
- <spark.version>3.5.2</spark.version>
- <iceberg.version>1.5.0</iceberg.version>
+ <spark.version>3.5.5</spark.version>
+ <iceberg.version>1.8.0</iceberg.version>
Review Comment:
We can’t define JDK 17 here. If we define the `java.version` to 17 in the
profile `spark-3.5`, then `mvn -Pspark-3.5 -Pjava-8` and `mvn -Pjava-8
-Pspark-3.5` would exhibit different behaviors.
--
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]