Skip to content

[SPARK-25092] Add RewriteExceptAll and RewriteIntersectAll in the list of nonExcludableRules#22080

Closed
dilipbiswal wants to merge 1 commit intoapache:masterfrom
dilipbiswal:exceptall_rewrite_exclusion
Closed

[SPARK-25092] Add RewriteExceptAll and RewriteIntersectAll in the list of nonExcludableRules#22080
dilipbiswal wants to merge 1 commit intoapache:masterfrom
dilipbiswal:exceptall_rewrite_exclusion

Conversation

@dilipbiswal
Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

Add RewriteExceptAll and RewriteIntersectAll in the list of nonExcludableRules as the rewrites are essential for the functioning of EXCEPT ALL and INTERSECT ALL feature.

How was this patch tested?

Added test in OptimizerRuleExclusionSuite.

OptimizeSubqueries) ::
Batch("Replace Operators", fixedPoint,
RewriteExcepAll,
RewriteExceptAll,
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gatorsmile Fixing a typeo here.

@SparkQA
Copy link
Copy Markdown

SparkQA commented Aug 11, 2018

Test build #94625 has finished for PR 22080 at commit a13150b.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

Copy link
Copy Markdown
Member

@gatorsmile gatorsmile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks! Merged to master.

@asfgit asfgit closed this in c3be2cd Aug 12, 2018
@dilipbiswal
Copy link
Copy Markdown
Contributor Author

Thanks a lot @gatorsmile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants