luoyuxia created FLINK-31633:
--------------------------------

             Summary: Hive dialect can't order by an unselected column
                 Key: FLINK-31633
                 URL: https://issues.apache.org/jira/browse/FLINK-31633
             Project: Flink
          Issue Type: Sub-task
          Components: Connectors / Hive
            Reporter: luoyuxia


With hive dialect, the following sql will throw exception:
{code:java}
create table (a int, b int);
select a from t order by b; {code}
It has been fixed by HIVE-15160. We can apply this patch.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to