[jira] Updated: (HIVE-1060) disable SELECT * FROM a JOIN b ON key

2010-02-03 Thread Zheng Shao (JIRA)

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

Zheng Shao updated HIVE-1060:
-

Status: Open  (was: Patch Available)

 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
Affects Versions: 0.5.0, 0.6.0
Reporter: Zheng Shao
Assignee: Vikram Chandrasekhar
 Attachments: HIVE-1060.1.patch, HIVE-1086.2.patch


 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.



[jira] Updated: (HIVE-1060) disable SELECT * FROM a JOIN b ON key

2010-01-26 Thread Vikram Chandrasekhar (JIRA)

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

Vikram Chandrasekhar updated HIVE-1060:
---

Affects Version/s: 0.6.0
   0.5.0
   Status: Patch Available  (was: Open)

Checks for join condition being just a single un-prefixed column of either 
primitive or complex type

 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
Affects Versions: 0.5.0, 0.6.0
Reporter: Zheng Shao
 Attachments: HIVE-1060.1.patch


 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.



[jira] Updated: (HIVE-1060) disable SELECT * FROM a JOIN b ON key

2010-01-26 Thread Vikram Chandrasekhar (JIRA)

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

Vikram Chandrasekhar updated HIVE-1060:
---

Attachment: HIVE-1060.1.patch

 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
Affects Versions: 0.5.0, 0.6.0
Reporter: Zheng Shao
 Attachments: HIVE-1060.1.patch


 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.