You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/08/07 21:37:07 UTC

[GitHub] [spark] yeshengm opened a new pull request #25381: [SPARK-28528][SQL] Improve Extract Python UDFs optimizer rule to enforce idempotence

yeshengm opened a new pull request #25381: [SPARK-28528][SQL] Improve Extract Python UDFs optimizer rule to enforce idempotence
URL: https://github.com/apache/spark/pull/25381
 
 
   ## 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.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org