chaojun-zhang opened a new pull request #31710: URL: https://github.com/apache/spark/pull/31710
What changes were proposed in this pull request? This pr make DPP support LIKE RLIKE expression: SELECT date_id, product_id FROM fact_sk f JOIN dim_store s ON f.store_id = s.store_id WHERE s.country RLIKE ANY '[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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
