Skip to content

Commit

Permalink
Revert "[CORE] HiveTableScanExecTransformer should make SparkSession …
Browse files Browse the repository at this point in the history
…as transient (apache#6410)"

This reverts commit 526acc3.
  • Loading branch information
yma11 committed Jul 15, 2024
1 parent 0a95307 commit b10db14
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])(@transient session: SparkSession)
partitionPruningPred: Seq[Expression])(session: SparkSession)
extends AbstractHiveTableScanExec(requestedAttributes, relation, partitionPruningPred)(session)
with BasicScanExecTransformer {

Expand Down

0 comments on commit b10db14

Please sign in to comment.