snuyanzin commented on code in PR #28152:
URL: https://github.com/apache/flink/pull/28152#discussion_r3235071600
##########
flink-table/flink-table-planner/src/main/java/org/apache/calcite/runtime/SqlFunctions.java:
##########
@@ -399,10 +400,18 @@ Pattern toPattern() {
* else returns a Pattern object.
*/
private Pattern validateRegexPattern(String regex, String methodName) {
+ return validateRegexPattern(regex, methodName, 0);
Review Comment:
Synced with Calcite
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]