Rong Rong created FLINK-8104:
--------------------------------
Summary: Fix Row value constructor
Key: FLINK-8104
URL:
https://issues.apache.org/jira/browse/FLINK-8104 Project: Flink
Issue Type: Sub-task
Components: Table API & SQL
Reporter: Rong Rong
Support Row value constructor which is currently broken.
See
{code:java}
// 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
// ...
}
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)