-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.5.0
-
Component/s: Table SQL / API
-
Labels:None
Support Row value constructor which is currently broken.
See
// flink-libraries/flink-table/src/test/scala/org/apache/flink/table/expressions/SqlExpressionTest.scala @Test def testValueConstructorFunctions(): Unit = { // TODO we need a special code path that flattens ROW types // testSqlApi("ROW('hello world', 12)", "hello world") // test base only returns field 0 // testSqlApi("('hello world', 12)", "hello world") // test base only returns field 0 // ... }
- links to