manuzhang commented on code in PR #14155:
URL: https://github.com/apache/iceberg/pull/14155#discussion_r2576544462
##########
spark/v4.1/build.gradle:
##########
@@ -51,6 +51,14 @@
project(":iceberg-spark:iceberg-spark-${sparkMajorVersion}_${scalaVersion}") {
apply plugin: 'scala'
apply plugin: 'com.github.alisiikh.scalastyle'
+ // Set target to JDK17 for Spark 4.1 to fix following error
+ //
"spark/v4.1/spark/src/main/scala/org/apache/spark/sql/stats/ThetaSketchAgg.scala:52:12:
Class java.lang.Record not found"
Review Comment:
but we don’t need this trick in 4.0
--
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]