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
Reporter: Kim P.
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.