pan3793 commented on code in PR #14155:
URL: https://github.com/apache/iceberg/pull/14155#discussion_r2576449540
##########
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:
may not be worth recording the concrete error message here, since it's clear
that Spark 4.0+ requires JDK 17+
--
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]