You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zheng Shao (JIRA)" <ji...@apache.org> on 2008/11/14 23:15:51 UTC

[jira] Created: (HIVE-64) CREATE TABLE should default to DynamicSerDe with TCTLSeparatedProtocol

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.


[jira] Resolved: (HIVE-64) CREATE TABLE should default to DynamicSerDe with TCTLSeparatedProtocol

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Namit Jain resolved HIVE-64.
----------------------------

      Resolution: Not A Problem
        Assignee: Namit Jain
    Hadoop Flags: [Reviewed]

As of 0.4, the default is to use LazySerDe

> 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
>          Components: Query Processor
>            Reporter: Zheng Shao
>            Assignee: Namit Jain
>
> 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.


[jira] Updated: (HIVE-64) CREATE TABLE should default to DynamicSerDe with TCTLSeparatedProtocol

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Thusoo updated HIVE-64:
------------------------------

    Component/s: Query Processor

> 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
>          Components: Query Processor
>            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.