You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Vineet Garg (JIRA)" <ji...@apache.org> on 2018/06/01 17:16:00 UTC

[jira] [Updated] (HIVE-19687) Export table on acid partitioned table is failing

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

Vineet Garg updated HIVE-19687:
-------------------------------
    Status: Patch Available  (was: Open)

> Export table on acid partitioned table is failing
> -------------------------------------------------
>
>                 Key: HIVE-19687
>                 URL: https://issues.apache.org/jira/browse/HIVE-19687
>             Project: Hive
>          Issue Type: Bug
>          Components: Transactions
>    Affects Versions: 3.0.0
>            Reporter: Vineet Garg
>            Assignee: Vineet Garg
>            Priority: Major
>         Attachments: HIVE-19687.1.patch, HIVE-19687.2.patch, HIVE-19687.3.patch, HIVE-19687.4.patch
>
>
> *Reproducer*
> {code:sql}
> create table exportPartitionTable(id int, name string) partitioned by(country string) clustered by (id) into 2 buckets  stored as orc tblproperties ("transactional"="true");
> export table exportPartitionTable PARTITION (country='india') to '/tmp/exportDataStore';
> {code}
> *Error*
> {noformat}
> FAILED: SemanticException [Error 10004]: Line 1:165 Invalid table alias or column reference 'india': (possible column names are: id, name, country)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)