Skip to content

Commit

Permalink
Add one insert transitions rule
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Mar 6, 2024
1 parent 08d003c commit 8c282b1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ case class ColumnarOverrideRules(session: SparkSession)
(_: SparkSession) => AddTransformHintRule(),
(_: SparkSession) => FallbackBloomFilterAggIfNeeded(),
(_: SparkSession) => TransformPreOverrides(),
(_: SparkSession) => InsertTransitions(outputsColumnar),
(_: SparkSession) => RemoveNativeWriteFilesSortAndProject(),
(spark: SparkSession) => RewriteTransformer(spark),
(_: SparkSession) => EnsureLocalSortRequirements,
Expand Down

0 comments on commit 8c282b1

Please sign in to comment.