You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Patrick Hunt <ph...@apache.org> on 2011/08/11 19:31:12 UTC

Review Request: HIVE-2315 DatabaseMetadata.getColumns() does not return partition column names for a table

-----------------------------------------------------------
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