You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Oleksandr Diachenko (JIRA)" <ji...@apache.org> on 2016/12/09 22:16:58 UTC

[jira] [Updated] (HAWQ-1211) HiveOrc doesn't support Hive tables which use org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe

     [ https://issues.apache.org/jira/browse/HAWQ-1211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleksandr Diachenko updated HAWQ-1211:
--------------------------------------
    Description: 
Steps to reproduce:
1) Create Hive table which uses org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe:
{code}
CREATE TABLE hive_partitioned_table (t0 string, t1 string, num1 int, d1 double) PARTITIONED BY (prt string) ROW FORMAT DELIMITED FIELDS TERMINATED BY ','
{code}

> HiveOrc doesn't support Hive tables which use org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
> ------------------------------------------------------------------------------------------------
>
>                 Key: HAWQ-1211
>                 URL: https://issues.apache.org/jira/browse/HAWQ-1211
>             Project: Apache HAWQ
>          Issue Type: Bug
>          Components: PXF
>            Reporter: Oleksandr Diachenko
>            Assignee: Lei Chang
>
> Steps to reproduce:
> 1) Create Hive table which uses org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe:
> {code}
> CREATE TABLE hive_partitioned_table (t0 string, t1 string, num1 int, d1 double) PARTITIONED BY (prt string) ROW FORMAT DELIMITED FIELDS TERMINATED BY ','
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)