caicancai commented on code in PR #4431:
URL: https://github.com/apache/calcite/pull/4431#discussion_r2203230453
##########
core/src/main/java/org/apache/calcite/sql/fun/SqlLibraryOperators.java:
##########
@@ -1191,7 +1191,7 @@ static RelDataType deriveTypeSplit(SqlOperatorBinding
operatorBinding,
*
* <p>It accepts at least 1 argument and returns null if any of
* the arguments is null. */
- @LibraryOperator(libraries = {MYSQL, BIG_QUERY})
+ @LibraryOperator(libraries = {BIG_QUERY})
Review Comment:
I have a BigQuery test environment and BigQuery does not support concat
returning Binary type
--
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]