somu-imply commented on code in PR #14510:
URL: https://github.com/apache/druid/pull/14510#discussion_r1286033511
##########
sql/src/main/java/org/apache/druid/sql/calcite/expression/builtin/SubstringOperatorConversion.java:
##########
@@ -52,7 +53,7 @@ public class SubstringOperatorConversion implements
SqlOperatorConversion
@Override
public SqlOperator calciteOperator()
{
- return SQL_FUNCTION;
+ return SqlStdOperatorTable.SUBSTRING;
Review Comment:
Thanks, we are using the SQL_FUNCTION. Removing that caused the alias substr
to fail, so we are back to it
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]