Skip to content

Commit d145b14

Browse files
committed
fix
1 parent e9d22e1 commit d145b14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sql/core/src/main/scala/org/apache/spark/sql/execution/SQLExecutionRDD.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import org.apache.spark.sql.internal.SQLConf
3535
* @param conf the `SQLConf` to apply to the execution of the SQL plan
3636
*/
3737
class SQLExecutionRDD(
38-
var sqlRDD: RDD[InternalRow], @transient conf: SQLConf) extends RDD[InternalRow](sqlRDD) {
38+
var sqlRDD: RDD[InternalRow], conf: SQLConf) extends RDD[InternalRow](sqlRDD) {
3939
private val sqlConfigs = conf.getAllConfs
4040
private lazy val sqlConfExecutorSide = {
4141
val props = new Properties()

0 commit comments

Comments
 (0)