You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Krisztian Kasa (Jira)" <ji...@apache.org> on 2019/10/10 12:18:00 UTC

[jira] [Created] (HIVE-22321) Setting default nulls last does not take effect when order direction is specified

Krisztian Kasa created HIVE-22321:
-------------------------------------

             Summary: Setting default nulls last does not take effect when order direction is specified
                 Key: HIVE-22321
                 URL: https://issues.apache.org/jira/browse/HIVE-22321
             Project: Hive
          Issue Type: Bug
          Components: Parser
            Reporter: Krisztian Kasa
            Assignee: Krisztian Kasa


{code}
SET hive.default.nulls.last=true;
SELECT * FROM t_test ORDER BY col1 ASC;
{code}
{code}
POSTHOOK: query: SELECT * FROM t_test ORDER BY col1 ASC
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t_test
#### A masked pattern was here ####
NULL
NULL
NULL
NULL
3
5
5
{code}

https://github.com/apache/hive/blob/cb83da943c8919e2ab3751244de5c2879c8fda1d/ql/src/java/org/apache/hadoop/hive/ql/parse/HiveParser.g#L2510



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