You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "huaxingao (via GitHub)" <gi...@apache.org> on 2023/02/06 02:07:34 UTC

[GitHub] [spark] huaxingao opened a new pull request, #39892: [SPARK-40045][SQL]Optimize the order of filtering predicates

huaxingao opened a new pull request, #39892:
URL: https://github.com/apache/spark/pull/39892

   All the credit of this PR goes to @caican00. Here is the original [PR](https://github.com/apache/spark/pull/37479)
   
   ### What changes were proposed in this pull request?
   put untranslated filters to the right side of the translated filters.
   
   
   ### Why are the changes needed?
   Normally the translated filters (postScanFilters) are simple filters that can be evaluated faster, while the untranslated filters are complicated filters that take more time to evaluate, so we want to evaluate the postScanFilters filters first.
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   new UT
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [spark] dongjoon-hyun closed pull request #39892: [SPARK-40045][SQL]Optimize the order of filtering predicates

Posted by "dongjoon-hyun (via GitHub)" <gi...@apache.org>.
dongjoon-hyun closed pull request #39892: [SPARK-40045][SQL]Optimize the order of filtering predicates
URL: https://github.com/apache/spark/pull/39892


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [spark] huaxingao commented on pull request #39892: [SPARK-40045][SQL]Optimize the order of filtering predicates

Posted by "huaxingao (via GitHub)" <gi...@apache.org>.
huaxingao commented on PR #39892:
URL: https://github.com/apache/spark/pull/39892#issuecomment-1422040233

   Thanks @caican00 @dongjoon-hyun @cloud-fan 


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [spark] dongjoon-hyun commented on pull request #39892: [SPARK-40045][SQL]Optimize the order of filtering predicates

Posted by "dongjoon-hyun (via GitHub)" <gi...@apache.org>.
dongjoon-hyun commented on PR #39892:
URL: https://github.com/apache/spark/pull/39892#issuecomment-1422020770

   I didn't set the assignee of SPARK-40045. I'll leave it to you, @huaxingao .


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [spark] huaxingao commented on pull request #39892: [SPARK-40045][SQL]Optimize the order of filtering predicates

Posted by "huaxingao (via GitHub)" <gi...@apache.org>.
huaxingao commented on PR #39892:
URL: https://github.com/apache/spark/pull/39892#issuecomment-1418504704

   cc @caican00 @cloud-fan @mridulm @shardulm94 


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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