string to double conversion may have side effects
-------------------------------------------------
Key: HIVE-1021
URL: https://issues.apache.org/jira/browse/HIVE-1021
Project: Hadoop Hive
Issue Type: Bug
Components: Query Processor
Reporter: Namit Jain
select k.key, v.value from src k join src v on k.key=v.key and
k.value=v.value+1;
returns results, because v.value + 1 becomes null and so does the LHS.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.