You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Guy le Mar (JIRA)" <ji...@apache.org> on 2010/12/21 23:44:03 UTC

[jira] Created: (HIVE-1860) Hive's smallint datatype is not supported by the Hive JDBC driver

Hive's smallint datatype is not supported by the Hive JDBC driver
-----------------------------------------------------------------

                 Key: HIVE-1860
                 URL: https://issues.apache.org/jira/browse/HIVE-1860
             Project: Hive
          Issue Type: Bug
          Components: Drivers
    Affects Versions: 0.5.0
         Environment: 
Create a Hive table containing a smallint column.
Then using the Hive JDBC driver execute a Hive query that selects data from this table. 
An error is then encountered.
            Reporter: Guy le Mar


java.sql.SQLException: Inrecognized column type: i16
        at org.apache.hadoop.hive.jdbc.HiveResultSetMetaData.getColumnType(HiveResultSetMetaData.java:132)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1860) Hive's smallint datatype is not supported by the Hive JDBC driver

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Steinbach updated HIVE-1860:
---------------------------------

    Fix Version/s: 0.7.0

> Hive's smallint datatype is not supported by the Hive JDBC driver
> -----------------------------------------------------------------
>
>                 Key: HIVE-1860
>                 URL: https://issues.apache.org/jira/browse/HIVE-1860
>             Project: Hive
>          Issue Type: Bug
>          Components: JDBC
>    Affects Versions: 0.5.0
>         Environment: Create a Hive table containing a smallint column.
> Then using the Hive JDBC driver execute a Hive query that selects data from this table. 
> An error is then encountered.
>            Reporter: Guy le Mar
>             Fix For: 0.7.0
>
>
> java.sql.SQLException: Inrecognized column type: i16
>         at org.apache.hadoop.hive.jdbc.HiveResultSetMetaData.getColumnType(HiveResultSetMetaData.java:132)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1860) Hive's smallint datatype is not supported by the Hive JDBC driver

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Steinbach updated HIVE-1860:
---------------------------------

    Component/s:     (was: Drivers)
                 JDBC
    Environment: 
Create a Hive table containing a smallint column.
Then using the Hive JDBC driver execute a Hive query that selects data from this table. 
An error is then encountered.

  was:

Create a Hive table containing a smallint column.
Then using the Hive JDBC driver execute a Hive query that selects data from this table. 
An error is then encountered.


> Hive's smallint datatype is not supported by the Hive JDBC driver
> -----------------------------------------------------------------
>
>                 Key: HIVE-1860
>                 URL: https://issues.apache.org/jira/browse/HIVE-1860
>             Project: Hive
>          Issue Type: Bug
>          Components: JDBC
>    Affects Versions: 0.5.0
>         Environment: Create a Hive table containing a smallint column.
> Then using the Hive JDBC driver execute a Hive query that selects data from this table. 
> An error is then encountered.
>            Reporter: Guy le Mar
>
> java.sql.SQLException: Inrecognized column type: i16
>         at org.apache.hadoop.hive.jdbc.HiveResultSetMetaData.getColumnType(HiveResultSetMetaData.java:132)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HIVE-1860) Hive's smallint datatype is not supported by the Hive JDBC driver

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Steinbach resolved HIVE-1860.
----------------------------------

    Resolution: Duplicate

> Hive's smallint datatype is not supported by the Hive JDBC driver
> -----------------------------------------------------------------
>
>                 Key: HIVE-1860
>                 URL: https://issues.apache.org/jira/browse/HIVE-1860
>             Project: Hive
>          Issue Type: Bug
>          Components: JDBC
>    Affects Versions: 0.5.0
>         Environment: Create a Hive table containing a smallint column.
> Then using the Hive JDBC driver execute a Hive query that selects data from this table. 
> An error is then encountered.
>            Reporter: Guy le Mar
>             Fix For: 0.7.0
>
>
> java.sql.SQLException: Inrecognized column type: i16
>         at org.apache.hadoop.hive.jdbc.HiveResultSetMetaData.getColumnType(HiveResultSetMetaData.java:132)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-1860) Hive's smallint datatype is not supported by the Hive JDBC driver

Posted by "Steven Wong (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974732#action_12974732 ] 

Steven Wong commented on HIVE-1860:
-----------------------------------

This should have been fixed by HIVE-1378 in trunk (0.7). Please give that a try.

> Hive's smallint datatype is not supported by the Hive JDBC driver
> -----------------------------------------------------------------
>
>                 Key: HIVE-1860
>                 URL: https://issues.apache.org/jira/browse/HIVE-1860
>             Project: Hive
>          Issue Type: Bug
>          Components: Drivers
>    Affects Versions: 0.5.0
>         Environment: Create a Hive table containing a smallint column.
> Then using the Hive JDBC driver execute a Hive query that selects data from this table. 
> An error is then encountered.
>            Reporter: Guy le Mar
>
> java.sql.SQLException: Inrecognized column type: i16
>         at org.apache.hadoop.hive.jdbc.HiveResultSetMetaData.getColumnType(HiveResultSetMetaData.java:132)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.