[CALCITE-6278] Add REGEXP, REGEXP_LIKE function (enabled in Spark library)
https://issues.apache.org/jira/browse/CALCITE-6278
- Add Function REGEXP、REGEXP_LIKE enabled in the Spark library. Since this function has the same implementation as the Spark RLIKE function. The implementation can be reused.
[undo] Discuss results in Jira:
- Since Spark 2.0, string literals (including regex patterns) are unescaped in SQL parser, also fix this bug in calcite.
- Add spark query tests in BabelQuidemTest to ensure the execution correctness.
Would it be possible to merge these changes? I'm looking to implement CALCITE-6309 on top of this.
Would it be possible to merge these changes? I'm looking to implement CALCITE-6309 on top of this.
@jduo I think this pr will be able to be merged recently, the details of the relevant issues have been discussed clearly in Jira.
Quality Gate passed
Issues
8 New issues
0 Accepted issues
Measures
0 Security Hotspots
98.4% Coverage on New Code
0.0% Duplication on New Code
If no other comment, I will merge it later.
If no other comment, I will merge it later.
Thanks, that'd be great. Once that's in I'll follow-up with the CALCITE-6309 work.