disable SELECT * FROM a JOIN b ON key -------------------------------------
Key: HIVE-1060 URL: https://issues.apache.org/jira/browse/HIVE-1060 Project: Hadoop Hive Issue Type: Bug Reporter: Zheng Shao In some SQL dialect, we support this kind of syntax as a shortcut of "a.key = b.key". We should output an error for this. Currently we are allowing this because we might have implicit type conversion from String to Boolean. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.