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 2022/03/02 00:44:11 UTC

[GitHub] [spark] huaxingao opened a new pull request #35703: [SPARK-38357][SQL][TESTS] Add test coverage for file source with OR(data filter, partition filter)

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


   
   
   ### What changes were proposed in this pull request?
   Add test coverage for filter OR which contains both data filter and partition filter
   e.g. p is partition col and id is data col
   ```
   SELECT * FROM tmp WHERE (p = 0 AND id > 0) OR (p = 1 AND id = 2)
   ```
   
   
   ### Why are the changes needed?
   Test coverage
   
   
   ### 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] huaxingao commented on pull request #35703: [SPARK-38357][SQL][TESTS] Add test coverage for file source with OR(data filter, partition filter)

Posted by GitBox <gi...@apache.org>.
huaxingao commented on pull request #35703:
URL: https://github.com/apache/spark/pull/35703#issuecomment-1056159327


   Thanks a lot! @dongjoon-hyun 


-- 
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 #35703: [SPARK-38357][SQL][TESTS] Add test coverage for file source with OR(data filter, partition filter)

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun closed pull request #35703:
URL: https://github.com/apache/spark/pull/35703


   


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