tanclary commented on code in PR #3369:
URL: https://github.com/apache/calcite/pull/3369#discussion_r1308035240
##########
core/src/main/java/org/apache/calcite/adapter/enumerable/RexImpTable.java:
##########
@@ -554,6 +555,7 @@ Builder populate() {
defineMethod(SPLIT, "split", NullPolicy.STRICT);
defineMethod(PARSE_URL, BuiltInMethod.PARSE_URL.method,
NullPolicy.STRICT);
defineMethod(REGEXP_CONTAINS, "regexpContains", NullPolicy.STRICT);
+ defineMethod(REGEXP_EXTRACT, "regexpExtract", NullPolicy.STRICT);
Review Comment:
Julian added a recent commit that makes defining a method using the string
name (rather than BuiltInMethod) infeasible. If you rebase on top of
upstream/main you should see. If you adjust it to use BuiltInMethod instead
then it should work.
--
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]