We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31fc168 commit 91902a8Copy full SHA for 91902a8
spark/v4.1/build.gradle
@@ -51,14 +51,6 @@ project(":iceberg-spark:iceberg-spark-${sparkMajorVersion}_${scalaVersion}") {
51
apply plugin: 'scala'
52
apply plugin: 'com.github.alisiikh.scalastyle'
53
54
- // Set target to JDK17 for Spark 4.1 to fix following error
55
- // "spark/v4.1/spark/src/main/scala/org/apache/spark/sql/stats/ThetaSketchAgg.scala:52:12: Class java.lang.Record not found"
56
- tasks.withType(ScalaCompile.class) {
57
- sourceCompatibility = "17"
58
- targetCompatibility = "17"
59
- scalaCompileOptions.additionalParameters.add("-release:17")
60
- }
61
-
62
sourceSets {
63
main {
64
scala.srcDirs = ['src/main/scala', 'src/main/java']
0 commit comments