You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Eugene Koifman (JIRA)" <ji...@apache.org> on 2017/10/13 00:24:00 UTC

[jira] [Updated] (HIVE-17692) Block HCat on Acid tables

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

Eugene Koifman updated HIVE-17692:
----------------------------------
    Affects Version/s: 1.0.0

> Block HCat on Acid tables
> -------------------------
>
>                 Key: HIVE-17692
>                 URL: https://issues.apache.org/jira/browse/HIVE-17692
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Transactions
>    Affects Versions: 1.0.0
>            Reporter: Eugene Koifman
>            Assignee: Eugene Koifman
>            Priority: Critical
>         Attachments: HIVE-17692.01.patch
>
>
> See _DDLSemanticAnalzyer.analyzeAlterTablePartMergeFiles(ASTNode ast, String tableName, HashMap<String, String> partSpec)_
> This was fine before due to 
> {noformat}
>       // throw a HiveException if the table/partition is bucketized
>       if (bucketCols != null && bucketCols.size() > 0) {
>         throw new SemanticException(ErrorMsg.CONCATENATE_UNSUPPORTED_TABLE_BUCKETED.getMsg());
>       }
> {noformat}
> but now that we support unbucketed acid tables....



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)