You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Brock Noland (JIRA)" <ji...@apache.org> on 2013/10/19 05:27:45 UTC

[jira] [Commented] (HIVE-5355) JDBC support for decimal precision/scale

    [ https://issues.apache.org/jira/browse/HIVE-5355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13799752#comment-13799752 ] 

Brock Noland commented on HIVE-5355:
------------------------------------

There should be a fail() after the stmt.exec() below in case no exception is thrown.

{noformat}
     // verify syntax error
     try {
-      ResultSet res = stmt.executeQuery("select from " + dataTypeTableName);
+      stmt.executeQuery("select from " + dataTypeTableName);
     } catch (SQLException e) {
       assertEquals("42000", e.getSQLState());
     }
{noformat}

> JDBC support for decimal precision/scale
> ----------------------------------------
>
>                 Key: HIVE-5355
>                 URL: https://issues.apache.org/jira/browse/HIVE-5355
>             Project: Hive
>          Issue Type: Task
>          Components: Serializers/Deserializers
>    Affects Versions: 0.10.0
>            Reporter: Xuefu Zhang
>            Assignee: Xuefu Zhang
>             Fix For: 0.13.0
>
>         Attachments: HIVE-5355.patch
>
>
> A subtask of HIVE-3976.



--
This message was sent by Atlassian JIRA
(v6.1#6144)