You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ashish Thusoo (JIRA)" <ji...@apache.org> on 2008/11/17 19:33:44 UTC

[jira] Created: (HIVE-66) Insert into a dynamic serde table from a MetadataTypedColumnSetSerDe

Insert into a dynamic serde table from a MetadataTypedColumnSetSerDe
--------------------------------------------------------------------

                 Key: HIVE-66
                 URL: https://issues.apache.org/jira/browse/HIVE-66
             Project: Hadoop Hive
          Issue Type: Bug
            Reporter: Ashish Thusoo
            Assignee: Ashish Thusoo


Fails with column mismatch error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-66) Insert into a dynamic serde table from a MetadataTypedColumnSetSerDe

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648232#action_12648232 ] 

Ashish Thusoo commented on HIVE-66:
-----------------------------------

Test case is as follows:

CREATE TABLE implicit_test1(a BIGINT, b STRING) ROW FORMAT SERDE 'org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDe' WITH SERDEPROPERTIES('serialization.format'= 'org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol') STORED AS TEXTFILE;

DESCRIBE src;

INSERT OVERWRITE TABLE implicit_test1
SELECT src.key, src.value
FROM src;


where src is the MetadataTypedColumnSetSerDe table created in QTestUtil.java


> Insert into a dynamic serde table from a MetadataTypedColumnSetSerDe
> --------------------------------------------------------------------
>
>                 Key: HIVE-66
>                 URL: https://issues.apache.org/jira/browse/HIVE-66
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Ashish Thusoo
>            Assignee: Ashish Thusoo
>
> Fails with column mismatch error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HIVE-66) Insert into a dynamic serde table from a MetadataTypedColumnSetSerDe

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

Zheng Shao resolved HIVE-66.
----------------------------

    Resolution: Fixed

I believe this issue is fixed long time ago.

> Insert into a dynamic serde table from a MetadataTypedColumnSetSerDe
> --------------------------------------------------------------------
>
>                 Key: HIVE-66
>                 URL: https://issues.apache.org/jira/browse/HIVE-66
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Ashish Thusoo
>            Assignee: Ashish Thusoo
>            Priority: Critical
>
> Fails with column mismatch error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-66) Insert into a dynamic serde table from a MetadataTypedColumnSetSerDe

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

Ashish Thusoo updated HIVE-66:
------------------------------

    Component/s: Query Processor

> Insert into a dynamic serde table from a MetadataTypedColumnSetSerDe
> --------------------------------------------------------------------
>
>                 Key: HIVE-66
>                 URL: https://issues.apache.org/jira/browse/HIVE-66
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Ashish Thusoo
>            Assignee: Ashish Thusoo
>
> Fails with column mismatch error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-66) Insert into a dynamic serde table from a MetadataTypedColumnSetSerDe

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

Ashish Thusoo updated HIVE-66:
------------------------------

    Priority: Critical  (was: Major)

> Insert into a dynamic serde table from a MetadataTypedColumnSetSerDe
> --------------------------------------------------------------------
>
>                 Key: HIVE-66
>                 URL: https://issues.apache.org/jira/browse/HIVE-66
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Ashish Thusoo
>            Assignee: Ashish Thusoo
>            Priority: Critical
>
> Fails with column mismatch error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-66) Insert into a dynamic serde table from a MetadataTypedColumnSetSerDe

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648233#action_12648233 ] 

Ashish Thusoo commented on HIVE-66:
-----------------------------------

Also the following fails.

INSERT OVERWRITE TABLE implicit_test1
SELECT src.*
FROM src;


> Insert into a dynamic serde table from a MetadataTypedColumnSetSerDe
> --------------------------------------------------------------------
>
>                 Key: HIVE-66
>                 URL: https://issues.apache.org/jira/browse/HIVE-66
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Ashish Thusoo
>            Assignee: Ashish Thusoo
>
> Fails with column mismatch error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.