[jira] [Updated] (HIVE-2304) Support PreparedStatement.setObject

2011-09-17 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2304: -- Attachment: (was: HIVE-0.8-SetObject.1.patch.txt) > Support PreparedStatement.setObject > --

[jira] [Updated] (HIVE-2304) Support PreparedStatement.setObject

2011-09-17 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2304: -- Status: Patch Available (was: Open) This time all UT are present, not on account of old UT. > Support

[jira] [Updated] (HIVE-2304) Support PreparedStatement.setObject

2011-09-17 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2304: -- Attachment: HIVE-0.8-SetObject.2.patch.txt new patch, this time with UT for setObject and for the previo

[jira] [Created] (HIVE-2291) support for "using" syntax join condition as a shorthand

2011-07-19 Thread Ido Hadanny (JIRA)
support for "using" syntax join condition as a shorthand Key: HIVE-2291 URL: https://issues.apache.org/jira/browse/HIVE-2291 Project: Hive Issue Type: Improvement Components:

[jira] [Commented] (HIVE-2259) Skip comments in hive script

2011-07-24 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13070204#comment-13070204 ] Ido Hadanny commented on HIVE-2259: --- Hey, what about /* style comments? this also fails:

[jira] [Commented] (HIVE-2259) Skip comments in hive script

2011-07-24 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13070205#comment-13070205 ] Ido Hadanny commented on HIVE-2259: --- oops, wiki-markup-fail. meant: this also fails: / *

[jira] [Commented] (HIVE-2158) add the HivePreparedStatement implementation based on current HIVE supported data-type

2011-07-25 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13070626#comment-13070626 ] Ido Hadanny commented on HIVE-2158: --- setObject still implemented, and that's blocking spr

[jira] [Created] (HIVE-2304) 5. Support PreparedStatement.setObject

2011-07-25 Thread Ido Hadanny (JIRA)
5. Support PreparedStatement.setObject -- Key: HIVE-2304 URL: https://issues.apache.org/jira/browse/HIVE-2304 Project: Hive Issue Type: Sub-task Reporter: Ido Hadanny -- This message is aut

[jira] [Updated] (HIVE-2304) Support PreparedStatement.setObject

2011-07-25 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2304: -- Description: PreparedStatement.setObject is important for spring's jdbcTemplate support

[jira] [Updated] (HIVE-2304) Support PreparedStatement.setObject

2011-07-25 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2304: -- Status: Patch Available (was: Open) > Support PreparedStatement.setObject > ---

[jira] [Updated] (HIVE-2304) Support PreparedStatement.setObject

2011-07-25 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2304: -- Status: Open (was: Patch Available) > Support PreparedStatement.setObject > ---

[jira] [Created] (HIVE-2314) JDBC HiveConnection.close() throws an exception: Error while cleaning up the server resources, caused by: org.apache.thrift.TApplicationException: Invalid method name: 'cl

2011-07-27 Thread Ido Hadanny (JIRA)
JDBC HiveConnection.close() throws an exception: Error while cleaning up the server resources, caused by: org.apache.thrift.TApplicationException: Invalid method name: 'clean' -

[jira] [Updated] (HIVE-2314) JDBC HiveConnection.close() throws an exception: Error while cleaning up the server resources, caused by: org.apache.thrift.TApplicationException: Invalid method name: 'cl

2011-07-27 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2314: -- Description: >From time to time, when calling JDBC HiveConnection.close() an exception is >thrown: Con

[jira] [Updated] (HIVE-2304) Support PreparedStatement.setObject

2011-07-28 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2304: -- Attachment: HIVE-2304.prepared_statement_set_object.1.patch > Support PreparedStatement.setObject >

[jira] [Updated] (HIVE-2304) Support PreparedStatement.setObject

2011-07-30 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2304: -- Status: Patch Available (was: Open) > Support PreparedStatement.setObject > ---

[jira] [Commented] (HIVE-2304) Support PreparedStatement.setObject

2011-07-30 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13073329#comment-13073329 ] Ido Hadanny commented on HIVE-2304: --- to my reviewer: I'm contemplating 2 alternatives - d

[jira] [Created] (HIVE-2341) SemanticAnalyzer.genJoinReduceSinkChild fails with NPE unless you specify an un-necessary table alias

2011-08-03 Thread Ido Hadanny (JIRA)
SemanticAnalyzer.genJoinReduceSinkChild fails with NPE unless you specify an un-necessary table alias - Key: HIVE-2341 URL: https://issues.apache.org/jira/browse/H

[jira] [Updated] (HIVE-2341) SemanticAnalyzer.genJoinReduceSinkChild fails with NPE unless you specify an un-necessary table alias

2011-08-03 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2341: -- Priority: Major (was: Minor) > SemanticAnalyzer.genJoinReduceSinkChild fails with NPE unless you specif

[jira] [Updated] (HIVE-2304) Support PreparedStatement.setObject

2011-08-21 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2304: -- Attachment: HIVE-0.8-SetObject.1.patch.txt now with testCase, per john's request > Support PreparedStat

[jira] [Updated] (HIVE-2304) Support PreparedStatement.setObject

2011-08-21 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2304: -- Attachment: HIVE-0.8-SetObject.1.patch.txt Now with a testcase per John's request > Support PreparedSta

[jira] [Updated] (HIVE-2304) Support PreparedStatement.setObject

2011-08-21 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2304: -- Attachment: (was: HIVE-0.8-SetObject.1.patch.txt) > Support PreparedStatement.setObject > --

[jira] [Updated] (HIVE-2304) Support PreparedStatement.setObject

2011-08-21 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2304: -- Attachment: (was: HIVE-2304.prepared_statement_set_object.1.patch) > Support PreparedStatement.setOb

[jira] [Updated] (HIVE-2304) Support PreparedStatement.setObject

2011-08-21 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2304: -- Status: Patch Available (was: Open) now with a testcase per john's request > Support PreparedStatement