yma11 commented on code in PR #8418:
URL: https://github.com/apache/incubator-gluten/pull/8418#discussion_r1908689704
##########
pom.xml:
##########
@@ -308,8 +308,7 @@
<sparkbundle.version>3.3</sparkbundle.version>
<sparkshim.artifactId>spark-sql-columnar-shims-spark33</sparkshim.artifactId>
<spark.version>3.3.1</spark.version>
- <!-- keep using iceberg v1.3.1 for parquet compatibilty. -->
- <iceberg.version>1.3.1</iceberg.version>
+ <iceberg.version>1.5.0</iceberg.version>
Review Comment:
As I remember, there should be an API mismatch because of different parquet
version used by icerberg 1.5.0+ and Spark3.3.1. But I am not sure why it's okay
now as no UT failure detected. Suggest you guys double check this part.
--
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]