Create table bug causes the row format property lost when serde is specified.
-----------------------------------------------------------------------------
Key: HIVE-1673
URL: https://issues.apache.org/jira/browse/HIVE-1673
Project: Hadoop Hive
Issue Type: Bug
Reporter: He Yongqiang
An example:
create table src_rc_serde_yongqiang(key string, value string) ROW FORMAT
DELIMITED FIELDS TERMINATED BY '\\0' stored as rcfile;
will lost the row format information.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.