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 2021/03/03 06:38:28 UTC

[GitHub] [spark] chaojun-zhang opened a new pull request #31720: [SPARK-34595][sql] DPP support RLIKE

chaojun-zhang opened a new pull request #31720:
URL: https://github.com/apache/spark/pull/31720


   ### What changes were proposed in this pull request?
   This pr make DPP support RLIKE expression:
   
   ```sql
   SELECT date_id, product_id FROM fact_sk f
   JOIN dim_store s
   ON f.store_id = s.store_id WHERE s.country RLIKE  '[DE|US]'
   ``` 
    ### Why are the changes needed?
   Improve query performance.
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Unit test.
   
   


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



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


[GitHub] [spark] chaojun-zhang closed pull request #31720: [SPARK-34595][sql] DPP support RLIKE

Posted by GitBox <gi...@apache.org>.
chaojun-zhang closed pull request #31720:
URL: https://github.com/apache/spark/pull/31720


   


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



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