Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
[NSE-475] restore coalescebatches operator before window (#486)
Browse files Browse the repository at this point in the history
* restore coalescebatches operator before window

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* remove dead code

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
  • Loading branch information
zhouyuan authored Aug 20, 2021
1 parent 12c43ec commit 64fc1bf
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,6 @@ object ColumnarWindowExec extends Logging {
object ColumnarWindowOptimizations extends RuleExecutor[SparkPlan] {
override protected def batches: Seq[ColumnarWindowOptimizations.Batch] =
Batch("Remove Sort", FixedPoint(10), RemoveSort) ::
Batch("Remove Coalesce Batches", FixedPoint(10), RemoveCoalesceBatches) ::
// Batch("Cast Mutable Types", Once, CastMutableTypes) ::
Batch("Add Projections", FixedPoint(1), AddProjectionsAroundWindow) ::
Batch("Validate", Once, Validate) ::
Nil
Expand Down

0 comments on commit 64fc1bf

Please sign in to comment.