Skip to content
Snippets Groups Projects
Commit e82dbe60 authored by Liang-Chi Hsieh's avatar Liang-Chi Hsieh Committed by Herman van Hovell
Browse files

[SPARK-17107][SQL] Remove redundant pushdown rule for Union

## What changes were proposed in this pull request?

The `Optimizer` rules `PushThroughSetOperations` and `PushDownPredicate` have a redundant rule to push down `Filter` through `Union`. We should remove it.

## How was this patch tested?

Jenkins tests.

Author: Liang-Chi Hsieh <simonh@tw.ibm.com>

Closes #14687 from viirya/remove-extra-pushdown.
parent 1748f824
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment