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

jirapos...@reviews.apache.org commented on HIVE-2315:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/1468/
-----------------------------------------------------------

Review request for hive and Carl Steinbach.


Summary
-------

This patch fixes the problem and adds a couple of tests.


This addresses bug HIVE-2315.
    https://issues.apache.org/jira/browse/HIVE-2315


Diffs
-----

  jdbc/src/java/org/apache/hadoop/hive/jdbc/HiveDatabaseMetaData.java d570fca 
  jdbc/src/test/org/apache/hadoop/hive/jdbc/TestJdbcDriver.java d72cf43 

Diff: https://reviews.apache.org/r/1468/diff


Testing
-------

units pass, a user also verified it fixed the issue they were seeing.


Thanks,

Patrick



> DatabaseMetadata.getColumns() does not return partition column names for a 
> table
> --------------------------------------------------------------------------------
>
>                 Key: HIVE-2315
>                 URL: https://issues.apache.org/jira/browse/HIVE-2315
>             Project: Hive
>          Issue Type: Bug
>          Components: JDBC
>    Affects Versions: 0.7.1
>            Reporter: Mythili Gopalakrishnan
>            Assignee: Patrick Hunt
>            Priority: Critical
>             Fix For: 0.8.0
>
>         Attachments: HIVE-2315.patch, HIVE-2315.patch
>
>
> getColumns() method of DatabaseMetadata for HIVE JDBC Driver does not return 
> the partition column names. Where as from HIVE CLI, if you do a 'describe 
> tablename' you get all columns including the partition columns. It would be 
> nice if getColumns() method returns all columns.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to