Shuyi Chen created FLINK-9327: --------------------------------- Summary: Support explicit ROW value constructor in Flink SQL Key: FLINK-9327 URL: https://issues.apache.org/jira/browse/FLINK-9327 Project: Flink Issue Type: Sub-task Components: Table API & SQL Reporter: Shuyi Chen Assignee: Shuyi Chen
Currently, explicit ROW value constructor can be only used in VALUES() statement. The parser will fail if ROW is explicitly used in SELECT, WHERE or etc. [CALCITE-2276|https://issues.apache.org/jira/browse/CALCITE-2276] fix the problem. We should integrate this as part of 1.17 upgrade, and add unittests for it in Flink. -- This message was sent by Atlassian JIRA (v7.6.3#76005)