----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7004/ -----------------------------------------------------------
(Updated Sept. 12, 2012, 5:18 a.m.) Review request for hive. Changes ------- Modified Code per Review comments. I will upload the testcase in https://issues.apache.org/jira/browse/HIVE-3392. please review. Description ------- Added logic to skip the table schema validation if the command is a drop command. This addresses bug HIVE-3392. https://issues.apache.org/jira/browse/HIVE-3392 Diffs (updated) ----- ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java 271554c ql/src/java/org/apache/hadoop/hive/ql/parse/DDLSemanticAnalyzer.java b4ee673 Diff: https://reviews.apache.org/r/7004/diff/ Testing ------- Able to drop table even if the user defined SerDe jar is not added to classpath. Thanks, Ajesh kumar