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/03/17 06:47:28 UTC

[GitHub] [spark] zhaorongsheng opened a new pull request #24118: [SPARK-26736][SQL] if filter condition has rand() function it does not do partition prunning

zhaorongsheng opened a new pull request #24118: [SPARK-26736][SQL] if filter condition has rand() function it does not do partition prunning
URL: https://github.com/apache/spark/pull/24118
 
 
   ## What changes were proposed in this pull request?
   
   When filter condition having non-determined sub expression in `And`, the determined sub expression in `And` will be taken out. 
   
   ## How was this patch tested?
   
   It will be tested in `PruningSuite` by adding test case `Partition pruning - with filter containing non-determined condition`
   
   Please review http://spark.apache.org/contributing.html before opening a pull request.
   

----------------------------------------------------------------
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