dssysolyatin commented on code in PR #2787:
URL: https://github.com/apache/calcite/pull/2787#discussion_r867369369
##########
core/src/main/java/org/apache/calcite/sql/fun/SqlStdOperatorTable.java:
##########
@@ -248,7 +250,7 @@ public class SqlStdOperatorTable extends
ReflectiveSqlOperatorTable {
public static final SqlInternalOperator EXTEND = new SqlExtendOperator();
/**
- * String concatenation operator, '<code>||</code>'.
+ * String and arrays concatenation operator, '<code>||</code>'.
*
* @see SqlLibraryOperators#CONCAT_FUNCTION
Review Comment:
Fixed
--
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]