vldpyatkov commented on code in PR #12726:
URL: https://github.com/apache/ignite/pull/12726#discussion_r2803256774
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/sql/fun/IgniteStdSqlOperatorTable.java:
##########
@@ -230,6 +230,8 @@ public IgniteStdSqlOperatorTable() {
register(SqlLibraryOperators.REGEXP_REPLACE_4);
register(SqlLibraryOperators.REGEXP_REPLACE_5_ORACLE);
register(SqlLibraryOperators.REGEXP_REPLACE_6);
+ register(SqlLibraryOperators.REGEXP_SUBSTR);
+ register(SqlLibraryOperators.REGEXP_EXTRACT);
Review Comment:
Why not add both?
Because REGEXP_SUBSTR is an alias for REGEXP_EXTRACT in 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]