Skip to content

Commit

Permalink
[CORE] HiveTableScanExecTransformer should make SparkSession as trans…
Browse files Browse the repository at this point in the history
…ient (#6410)
  • Loading branch information
yikf authored Jul 15, 2024
1 parent fcf9c5d commit 526acc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import java.net.URI
case class HiveTableScanExecTransformer(
requestedAttributes: Seq[Attribute],
relation: HiveTableRelation,
partitionPruningPred: Seq[Expression])(session: SparkSession)
partitionPruningPred: Seq[Expression])(@transient session: SparkSession)
extends AbstractHiveTableScanExec(requestedAttributes, relation, partitionPruningPred)(session)
with BasicScanExecTransformer {

Expand Down

0 comments on commit 526acc3

Please sign in to comment.