Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-28531][SQL] Improve Extract Python UDFs optimizer rule to enforce idempotence #25381

Closed
wants to merge 1 commit into from

Conversation

yeshengm
Copy link
Contributor

@yeshengm yeshengm commented Aug 7, 2019

What changes were proposed in this pull request?

Since the action of extract python UDFs should be considered idempotent, in this PR we separate "extract Python UDFs" and "post python UDF extraction optimization" into two different batches, therefore enable the idempotence checker for "extract Python UDFs".

How was this patch tested?

Existing UTs.

@gatorsmile gatorsmile changed the title [SPARK-28528][SQL] Improve Extract Python UDFs optimizer rule to enforce idempotence [SPARK-28531][SQL] Improve Extract Python UDFs optimizer rule to enforce idempotence Aug 7, 2019
@SparkQA
Copy link

SparkQA commented Aug 8, 2019

Test build #108786 has finished for PR 25381 at commit e51f51d.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Aug 8, 2019

Test build #108789 has finished for PR 25381 at commit af17881.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@yeshengm yeshengm closed this Aug 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants