snuyanzin commented on code in PR #22320:
URL: https://github.com/apache/flink/pull/22320#discussion_r1201066612
##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/internal/BaseExpressions.java:
##########
@@ -1396,6 +1397,17 @@ public OutType arrayReverse() {
return toApiSpecificExpression(unresolvedCall(ARRAY_REVERSE,
toExpr()));
}
+ /**
+ * Returns an array that contains the common elements of both input arrays.
Review Comment:
same about unique elements in result
--
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]