You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "luoyuxia (Jira)" <ji...@apache.org> on 2022/04/25 04:08:00 UTC

[jira] [Created] (FLINK-27375) Hive dialect support "over() without order keys inside"

luoyuxia created FLINK-27375:
--------------------------------

             Summary: Hive dialect support "over() without order keys inside"
                 Key: FLINK-27375
                 URL: https://issues.apache.org/jira/browse/FLINK-27375
             Project: Flink
          Issue Type: Sub-task
          Components: Connectors / Hive
    Affects Versions: 1.16.0
            Reporter: luoyuxia


Hive support "over()" without order keys inside such asĀ 
{code:java}
select row_number() over(), x, y from foo; {code}
But such sql will throw exception for Flink doesn't support the case that no order key in "over()".



--
This message was sent by Atlassian Jira
(v8.20.7#820007)