You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Iwao AVE! (JIRA)" <ji...@apache.org> on 2016/04/26 16:17:12 UTC

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

Iwao AVE! created HIVE-13614:
--------------------------------

             Summary: 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)