Jingsong Lee created FLINK-22166: ------------------------------------ Summary: Empty values with sort willl fail Key: FLINK-22166 URL: https://issues.apache.org/jira/browse/FLINK-22166 Project: Flink Issue Type: Bug Components: Table SQL / Runtime Reporter: Jingsong Lee Assignee: Jingsong Lee Fix For: 1.13.0
SELECT * FROM (VALUES 1, 2, 3) AS T (a) WHERE a = 1 and a = 2 ORDER BY a -- This message was sent by Atlassian Jira (v8.3.4#803005)