You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Krisztian Kasa (Jira)" <ji...@apache.org> on 2021/03/11 04:39:00 UTC

[jira] [Assigned] (HIVE-24868) Support specifying Respect/Ignore Nulls in function parameter list

     [ https://issues.apache.org/jira/browse/HIVE-24868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Krisztian Kasa reassigned HIVE-24868:
-------------------------------------


> Support specifying Respect/Ignore Nulls in function parameter list
> ------------------------------------------------------------------
>
>                 Key: HIVE-24868
>                 URL: https://issues.apache.org/jira/browse/HIVE-24868
>             Project: Hive
>          Issue Type: Improvement
>          Components: Parser
>            Reporter: Krisztian Kasa
>            Assignee: Krisztian Kasa
>            Priority: Major
>
> {code}
> select last_value(b, ignore nulls) over(partition by a order by b) from t1;
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)