CREATE TABLE should default to DynamicSerDe with TCTLSeparatedProtocol
----------------------------------------------------------------------
Key: HIVE-64
URL: https://issues.apache.org/jira/browse/HIVE-64
Project: Hadoop Hive
Issue Type: Bug
Reporter: Zheng Shao
Currently CREATE TABLE by default uses MetadataTypedColumnsetSerDe which only
allow string typed columns. However the user is still free to specify types of
the columns like "col1 int, col2 string" which has no effect. This confuses a
lot of users.
We should make the default DynamicSerDe with TCTLSeparatedProtocol so that
simple types like int, string, etc are automatically supported.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.