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/07/14 07:25:51 UTC

Review Request: HIVE-2204 unable to get column names for a specific table that has '_' as part of its table name

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

Review request for hive and Carl Steinbach.


Summary
-------

Added additional handling for escaped wildcards.


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


Diffs
-----

  jdbc/src/java/org/apache/hadoop/hive/jdbc/HiveDatabaseMetaData.java d1ff509 
  jdbc/src/test/org/apache/hadoop/hive/jdbc/TestJdbcDriver.java 591fa1f 

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


Testing
-------

added new tests, all tests pass for me.


Thanks,

Patrick