----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7004/ -----------------------------------------------------------
Review request for hive. 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 ----- 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