-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/1215/
-----------------------------------------------------------
Review request for hive and Paul Yang.
Summary
-------
We store metadata about ColumnarSerDes in the metastore, so it should be
considered a native SerDe. Then, column information can be retrieved from the
metastore instead of from deserialization.
This addresses bug HIVE-2322.
https://issues.apache.org/jira/browse/HIVE-2322
Diffs
-----
trunk/serde/src/java/org/apache/hadoop/hive/serde2/SerDeUtils.java 1151219
Diff: https://reviews.apache.org/r/1215/diff
Testing
-------
describe formatted tmp_tbl_name;
now returns the column's comments instead of "from deserializer"
Thanks,
Sohan