hsiang-c commented on code in PR #1715: URL: https://github.com/apache/datafusion-comet/pull/1715#discussion_r2159690264
########## dev/diffs/iceberg/1.8.1.diff: ########## @@ -0,0 +1,279 @@ +diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml +index 04ffa8f..d4107be 100644 +--- a/gradle/libs.versions.toml ++++ b/gradle/libs.versions.toml +@@ -81,7 +81,7 @@ slf4j = "2.0.16" + snowflake-jdbc = "3.22.0" + spark-hive33 = "3.3.4" + spark-hive34 = "3.4.4" +-spark-hive35 = "3.5.4" ++spark-hive35 = "3.5.6-SNAPSHOT" Review Comment: Leverage the local Spark SNAPSHOT version. -- 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]
