File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/spark/kyuubi Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ object SparkUtilsHelper extends Logging {
4040
4141 private val readOnlySparkConfCls = DynClasses .builder()
4242 .impl(" org.apache.spark.ReadOnlySparkConf" )
43+ .orNull()
4344 .build()
4445
4546 private val getLocalDirMethod = DynMethods .builder(" getLocalDir" )
Original file line number Diff line number Diff line change 20672067 <maven .compiler.release>17</maven .compiler.release>
20682068 <enforcer .maxJdkVersion>17</enforcer .maxJdkVersion>
20692069 <spark .version>4.1.0-preview4</spark .version>
2070- <spark .binary.version>4.1 </spark .binary.version>
2070+ <spark .binary.version>4.0 </spark .binary.version>
20712071 <antlr4 .version>4.13.1</antlr4 .version>
20722072 <delta .version>4.0.0</delta .version>
20732073 <delta .artifact>delta-spark_${scala.binary.version} </delta .artifact>
You can’t perform that action at this time.
0 commit comments