You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Matt McCline (JIRA)" <ji...@apache.org> on 2017/07/21 07:23:00 UTC

[jira] [Created] (HIVE-17145) Planner assume (ROW__ID IS NOT NULL") is true and plans it as a constant true

Matt McCline created HIVE-17145:
-----------------------------------

             Summary: Planner assume (ROW__ID IS NOT NULL") is true and plans it as a constant true
                 Key: HIVE-17145
                 URL: https://issues.apache.org/jira/browse/HIVE-17145
             Project: Hive
          Issue Type: Bug
          Components: Hive
            Reporter: Matt McCline
            Priority: Critical


select (ROW__ID IS NOT NULL), key, value from some_table;

produces wrong result when ROW__ID is a null column value.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)