Github user twalthr commented on a diff in the pull request:
https://github.com/apache/flink/pull/5040#discussion_r153801798
--- Diff:
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/scala/expressionDsl.scala
---
@@ -959,6 +959,19 @@ object array {
}
}
+/**
+ * Creates an row of literals.
--- End diff --
literals = expressions
This should also be fixed for the map constructor.---
