-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/7004/
-----------------------------------------------------------
(Updated Sept. 12, 2012, 3:20 a.m.)
Review request for hive.
Changes
-------
Changing code per review comments.
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