You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Quanlong Huang (Jira)" <ji...@apache.org> on 2019/10/24 04:51:00 UTC

[jira] [Created] (IMPALA-9088) Deal with customized transformer in HMS

Quanlong Huang created IMPALA-9088:
--------------------------------------

             Summary: Deal with customized transformer in HMS
                 Key: IMPALA-9088
                 URL: https://issues.apache.org/jira/browse/IMPALA-9088
             Project: IMPALA
          Issue Type: Improvement
            Reporter: Quanlong Huang


In Hive-3, HIVE-22158 introduces a default transformer to translate non-ACID managed tables into external tables with appropriated table properties. Customized transformer can be specified by 'metastore.metadata.transformer.class' in hive-site.xml.

With the transformer being set, the HMS Table we passed to the HMS RPC is probably not the same as the created HMS Table, which causing issues like IMPALA-9071. After the create table request succeeds, we should always fetch the table again to get the correct result.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)