YiwenWu opened a new pull request, #3712:
URL: https://github.com/apache/calcite/pull/3712

   1. Add Function 
[REGEXP](https://spark.apache.org/docs/latest/api/sql/index.html#regexp)、[REGEXP_LIKE](https://spark.apache.org/docs/latest/api/sql/index.html#regexp_like)
 enabled in the Spark library.
   Since this function has the same implementation as the Spark 
[RLIKE](https://spark.apache.org/docs/latest/api/sql/index.html#rlike) 
function. 
   The implementation can be reused.
   <img width="545" alt="image" 
src="https://github.com/apache/calcite/assets/7956306/9882931e-316d-4895-a89b-63056ee9f613";>
   2. Since Spark 2.0, string literals (including regex patterns) are unescaped 
in SQL parser, also fix this bug in calcite.
   3. Add spark query tests in BabelQuidemTest to ensure the execution 
correctness.


-- 
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: commits-unsubscr...@calcite.apache.org

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

Reply via email to