You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Carl Steinbach (JIRA)" <ji...@apache.org> on 2010/07/23 20:38:52 UTC

[jira] Updated: (HIVE-381) [JDBC component] HiveResultSet next() always returned true due to bad string comparison

     [ https://issues.apache.org/jira/browse/HIVE-381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Steinbach updated HIVE-381:
--------------------------------

        Fix Version/s: 0.4.0
    Affects Version/s:     (was: 0.4.0)
                           (was: 0.6.0)

> [JDBC component] HiveResultSet next() always returned true due to bad string comparison
> ---------------------------------------------------------------------------------------
>
>                 Key: HIVE-381
>                 URL: https://issues.apache.org/jira/browse/HIVE-381
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Drivers
>    Affects Versions: 0.3.0
>            Reporter: Kim P.
>            Assignee: Kim P.
>             Fix For: 0.4.0
>
>         Attachments: HIVE-381.2.patch, HIVE-381.patch, HiveResultSet.java
>
>
> Method next() is comparing String using "!=" operator resulted in "true" being returned all the time.  Can be fix by using String equals() operation to check. 

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