You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "hari prasad (JIRA)" <ji...@apache.org> on 2010/11/13 11:16:14 UTC

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

[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.