Steve Carlin created IMPALA-12078:
-------------------------------------

             Summary: The ".test" file shows NULL as a string
                 Key: IMPALA-12078
                 URL: https://issues.apache.org/jira/browse/IMPALA-12078
             Project: IMPALA
          Issue Type: Bug
          Components: Infrastructure
            Reporter: Steve Carlin


This seems minor.

In the alter-table.sql file, after the


{code:java}
insert overwrite table t_part partition(j=NULL, s=NULL) select 4 from 
functional.alltypes limit 5{code}
there is a select that should show s as NULL.  It is showing s as 'NULL' 
(within a string)

Running it in impala-shell shows that it is actually NULL, so the framework is 
calculating equivalency correctly, it is just not displaying the value 
correctly in the text file.



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

Reply via email to