----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14970/#review27638 -----------------------------------------------------------
ql/src/java/org/apache/hadoop/hive/ql/parse/DDLSemanticAnalyzer.java <https://reviews.apache.org/r/14970/#comment53691> Hi, Thank you for working on this! It's not actually being logged though. See LOG.error("Got HiveException during obtaining list of partitions"); No exception is being logged. That is the reason I created this JIRA, not to throw a new exception. - Brock Noland On Oct. 28, 2013, 8:40 p.m., Szehon Ho wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/14970/ > ----------------------------------------------------------- > > (Updated Oct. 28, 2013, 8:40 p.m.) > > > Review request for hive. > > > Bugs: HIVE-4723 > https://issues.apache.org/jira/browse/HIVE-4723 > > > Repository: hive-git > > > Description > ------- > > Throwing the offending exception, that was swallowed. Also changing the > underlying exception to use the standard error message. > > > Diffs > ----- > > ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java b0f124b > ql/src/java/org/apache/hadoop/hive/ql/parse/DDLSemanticAnalyzer.java > 037191a > ql/src/test/results/clientnegative/alter_rename_partition_failure3.q.out > 384fcbe > ql/src/test/results/clientnegative/touch2.q.out 045121a > > Diff: https://reviews.apache.org/r/14970/diff/ > > > Testing > ------- > > > Thanks, > > Szehon Ho > >