[HIVE]NULL in string column(No character between delimiter)is considered for < 
operation on string column
---------------------------------------------------------------------------------------------------------

                 Key: HIVE-1791
                 URL: https://issues.apache.org/jira/browse/HIVE-1791
             Project: Hive
          Issue Type: Bug
            Reporter: hari prasad


select * from table1 where col1 <=' apache';
if col1 has some nulls,then those rows also getting returned

ideally it should not compare NULLs

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to