We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d22e1 commit d145b14Copy full SHA for d145b14
1 file changed
sql/core/src/main/scala/org/apache/spark/sql/execution/SQLExecutionRDD.scala
@@ -35,7 +35,7 @@ import org.apache.spark.sql.internal.SQLConf
35
* @param conf the `SQLConf` to apply to the execution of the SQL plan
36
*/
37
class SQLExecutionRDD(
38
- var sqlRDD: RDD[InternalRow], @transient conf: SQLConf) extends RDD[InternalRow](sqlRDD) {
+ var sqlRDD: RDD[InternalRow], conf: SQLConf) extends RDD[InternalRow](sqlRDD) {
39
private val sqlConfigs = conf.getAllConfs
40
private lazy val sqlConfExecutorSide = {
41
val props = new Properties()
0 commit comments