You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2016/04/10 02:04:25 UTC

[jira] [Commented] (HIVE-13462) HiveResultSetMetaData.getPrecision() fails for NULL columns

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

Ashutosh Chauhan commented on HIVE-13462:
-----------------------------------------

+1 pending test

> HiveResultSetMetaData.getPrecision() fails for NULL columns
> -----------------------------------------------------------
>
>                 Key: HIVE-13462
>                 URL: https://issues.apache.org/jira/browse/HIVE-13462
>             Project: Hive
>          Issue Type: Bug
>          Components: JDBC
>            Reporter: Jason Dere
>            Assignee: Jason Dere
>         Attachments: HIVE-13462.1.patch
>
>
> Can happen if you have a null in the select clause, for example "select null, key, value from src"
> {noformat}
> java.sql.SQLException: Unrecognized column type: NULL
> 	at org.apache.hive.jdbc.JdbcColumn.typeStringToHiveType(JdbcColumn.java:160)
> 	at org.apache.hive.jdbc.HiveResultSetMetaData.getHiveType(HiveResultSetMetaData.java:48)
> 	at org.apache.hive.jdbc.HiveResultSetMetaData.getPrecision(HiveResultSetMetaData.java:86)
> {noformat}



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