----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10917/ -----------------------------------------------------------
Review request for hive. Description ------- Beeline always returns the same error message twice -- because the error is logged out both in an exception catch block and its outer re-catch block. This addresses bug HIVE-4489. https://issues.apache.org/jira/browse/HIVE-4489 Diffs ----- beeline/src/java/org/apache/hive/beeline/Commands.java 8e2a52f Diff: https://reviews.apache.org/r/10917/diff/ Testing ------- Have done the tests. Thanks, Chaoyu Tang