RussellSpitzer commented on code in PR #12494: URL: https://github.com/apache/iceberg/pull/12494#discussion_r2047004917
########## spark/v4.0/build.gradle: ########## @@ -181,14 +182,15 @@ project(":iceberg-spark:iceberg-spark-extensions-${sparkMajorVersion}_${scalaVer testRuntimeOnly libs.jetty.servlet testRuntimeOnly libs.sqlite.jdbc + testImplementation 'com.jolbox:bonecp:0.8.0.RELEASE' testImplementation libs.avro.avro testImplementation libs.parquet.hadoop testImplementation libs.awaitility - testImplementation "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.5.0" + testImplementation "org.apache.datafusion:comet-spark-spark3.5_2.13:0.5.0" Review Comment: Why are we using the old version of comet here? Just because the new one isn't available? -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org