Skip to content

Commit

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

* 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 committed Aug 20, 2021
1 parent 3805f33 commit b736861
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 b736861

Please sign in to comment.