[jira] [Updated] (HIVE-13614) Implementation for PreparedStatement#setBigDecimal

2016-07-10 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan updated HIVE-13614:

   Resolution: Fixed
Fix Version/s: 2.2.0
   Status: Resolved  (was: Patch Available)

Pushed to mater. Thanks Iwao!

> Implementation for PreparedStatement#setBigDecimal
> --
>
> Key: HIVE-13614
> URL: https://issues.apache.org/jira/browse/HIVE-13614
> Project: Hive
>  Issue Type: Improvement
>  Components: JDBC
>Reporter: Iwao AVE!
>Assignee: Iwao AVE!
>Priority: Minor
> Fix For: 2.2.0
>
> Attachments: HIVE-13614.patch
>
>
> Hi,
> I am a committer of MyBatis project (https://github.com/mybatis) and some of 
> our users have difficulty with using MyBatis-Migrations (a db migration tool) 
> with Hive.
> https://github.com/mybatis/migrations/issues/25
> Basically, Migrations uses BigDecimal as the ID type and the lack of support 
> in Hive's JDBC driver prevents our users from using Migrations with Hive.
> So, it would be beneficial to both of Hive and MyBatis users if you could 
> apply the following change to mitigate the situation.
> https://github.com/harawata/hive/commit/1910632442ad9b70b41b28e37596843d1b9f7d3f
> Please let me know if I should send the modification as a GitHub pull request.
> Thanks in advance!
> Iwao



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13614) Implementation for PreparedStatement#setBigDecimal

2016-07-10 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan updated HIVE-13614:

Assignee: Iwao AVE!

> Implementation for PreparedStatement#setBigDecimal
> --
>
> Key: HIVE-13614
> URL: https://issues.apache.org/jira/browse/HIVE-13614
> Project: Hive
>  Issue Type: Improvement
>  Components: JDBC
>Reporter: Iwao AVE!
>Assignee: Iwao AVE!
>Priority: Minor
> Attachments: HIVE-13614.patch
>
>
> Hi,
> I am a committer of MyBatis project (https://github.com/mybatis) and some of 
> our users have difficulty with using MyBatis-Migrations (a db migration tool) 
> with Hive.
> https://github.com/mybatis/migrations/issues/25
> Basically, Migrations uses BigDecimal as the ID type and the lack of support 
> in Hive's JDBC driver prevents our users from using Migrations with Hive.
> So, it would be beneficial to both of Hive and MyBatis users if you could 
> apply the following change to mitigate the situation.
> https://github.com/harawata/hive/commit/1910632442ad9b70b41b28e37596843d1b9f7d3f
> Please let me know if I should send the modification as a GitHub pull request.
> Thanks in advance!
> Iwao



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13614) Implementation for PreparedStatement#setBigDecimal

2016-05-16 Thread Iwao AVE! (JIRA)

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

Iwao AVE! updated HIVE-13614:
-
Status: Patch Available  (was: Open)

> Implementation for PreparedStatement#setBigDecimal
> --
>
> Key: HIVE-13614
> URL: https://issues.apache.org/jira/browse/HIVE-13614
> Project: Hive
>  Issue Type: Improvement
>  Components: JDBC
>Reporter: Iwao AVE!
>Priority: Minor
> Attachments: HIVE-13614.patch
>
>
> Hi,
> I am a committer of MyBatis project (https://github.com/mybatis) and some of 
> our users have difficulty with using MyBatis-Migrations (a db migration tool) 
> with Hive.
> https://github.com/mybatis/migrations/issues/25
> Basically, Migrations uses BigDecimal as the ID type and the lack of support 
> in Hive's JDBC driver prevents our users from using Migrations with Hive.
> So, it would be beneficial to both of Hive and MyBatis users if you could 
> apply the following change to mitigate the situation.
> https://github.com/harawata/hive/commit/1910632442ad9b70b41b28e37596843d1b9f7d3f
> Please let me know if I should send the modification as a GitHub pull request.
> Thanks in advance!
> Iwao



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13614) Implementation for PreparedStatement#setBigDecimal

2016-05-16 Thread Iwao AVE! (JIRA)

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

Iwao AVE! updated HIVE-13614:
-
Attachment: HIVE-13614.patch

The test failed with some server side issue.
Re-attaching the same patch.

If it's possible, please port this to branch-1.

Thanks!

> Implementation for PreparedStatement#setBigDecimal
> --
>
> Key: HIVE-13614
> URL: https://issues.apache.org/jira/browse/HIVE-13614
> Project: Hive
>  Issue Type: Improvement
>  Components: JDBC
>Reporter: Iwao AVE!
>Priority: Minor
> Attachments: HIVE-13614.patch
>
>
> Hi,
> I am a committer of MyBatis project (https://github.com/mybatis) and some of 
> our users have difficulty with using MyBatis-Migrations (a db migration tool) 
> with Hive.
> https://github.com/mybatis/migrations/issues/25
> Basically, Migrations uses BigDecimal as the ID type and the lack of support 
> in Hive's JDBC driver prevents our users from using Migrations with Hive.
> So, it would be beneficial to both of Hive and MyBatis users if you could 
> apply the following change to mitigate the situation.
> https://github.com/harawata/hive/commit/1910632442ad9b70b41b28e37596843d1b9f7d3f
> Please let me know if I should send the modification as a GitHub pull request.
> Thanks in advance!
> Iwao



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13614) Implementation for PreparedStatement#setBigDecimal

2016-05-16 Thread Iwao AVE! (JIRA)

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

Iwao AVE! updated HIVE-13614:
-
Status: Open  (was: Patch Available)

> Implementation for PreparedStatement#setBigDecimal
> --
>
> Key: HIVE-13614
> URL: https://issues.apache.org/jira/browse/HIVE-13614
> Project: Hive
>  Issue Type: Improvement
>  Components: JDBC
>Reporter: Iwao AVE!
>Priority: Minor
>
> Hi,
> I am a committer of MyBatis project (https://github.com/mybatis) and some of 
> our users have difficulty with using MyBatis-Migrations (a db migration tool) 
> with Hive.
> https://github.com/mybatis/migrations/issues/25
> Basically, Migrations uses BigDecimal as the ID type and the lack of support 
> in Hive's JDBC driver prevents our users from using Migrations with Hive.
> So, it would be beneficial to both of Hive and MyBatis users if you could 
> apply the following change to mitigate the situation.
> https://github.com/harawata/hive/commit/1910632442ad9b70b41b28e37596843d1b9f7d3f
> Please let me know if I should send the modification as a GitHub pull request.
> Thanks in advance!
> Iwao



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13614) Implementation for PreparedStatement#setBigDecimal

2016-05-16 Thread Iwao AVE! (JIRA)

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

Iwao AVE! updated HIVE-13614:
-
Attachment: (was: HIVE-13614.patch)

> Implementation for PreparedStatement#setBigDecimal
> --
>
> Key: HIVE-13614
> URL: https://issues.apache.org/jira/browse/HIVE-13614
> Project: Hive
>  Issue Type: Improvement
>  Components: JDBC
>Reporter: Iwao AVE!
>Priority: Minor
>
> Hi,
> I am a committer of MyBatis project (https://github.com/mybatis) and some of 
> our users have difficulty with using MyBatis-Migrations (a db migration tool) 
> with Hive.
> https://github.com/mybatis/migrations/issues/25
> Basically, Migrations uses BigDecimal as the ID type and the lack of support 
> in Hive's JDBC driver prevents our users from using Migrations with Hive.
> So, it would be beneficial to both of Hive and MyBatis users if you could 
> apply the following change to mitigate the situation.
> https://github.com/harawata/hive/commit/1910632442ad9b70b41b28e37596843d1b9f7d3f
> Please let me know if I should send the modification as a GitHub pull request.
> Thanks in advance!
> Iwao



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13614) Implementation for PreparedStatement#setBigDecimal

2016-05-13 Thread Iwao AVE! (JIRA)

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

Iwao AVE! updated HIVE-13614:
-
Attachment: HIVE-13614.patch

> Implementation for PreparedStatement#setBigDecimal
> --
>
> Key: HIVE-13614
> URL: https://issues.apache.org/jira/browse/HIVE-13614
> Project: Hive
>  Issue Type: Improvement
>  Components: JDBC
>Reporter: Iwao AVE!
>Priority: Minor
> Attachments: HIVE-13614.patch
>
>
> Hi,
> I am a committer of MyBatis project (https://github.com/mybatis) and some of 
> our users have difficulty with using MyBatis-Migrations (a db migration tool) 
> with Hive.
> https://github.com/mybatis/migrations/issues/25
> Basically, Migrations uses BigDecimal as the ID type and the lack of support 
> in Hive's JDBC driver prevents our users from using Migrations with Hive.
> So, it would be beneficial to both of Hive and MyBatis users if you could 
> apply the following change to mitigate the situation.
> https://github.com/harawata/hive/commit/1910632442ad9b70b41b28e37596843d1b9f7d3f
> Please let me know if I should send the modification as a GitHub pull request.
> Thanks in advance!
> Iwao



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)