pengzhiwei created HUDI-2057:
--------------------------------
Summary: CTAS Generate An External Table When Create Managed Table
Key: HUDI-2057
URL: https://issues.apache.org/jira/browse/HUDI-2057
Project: Apache Hudi
Issue Type: Bug
Components: Spark Integration
Reporter: pengzhiwei
Currently CTAS would generate an external table when create a managed table in
the hive meta store.
{code:java}
create table h0 using hudi as select 1 as id, 'a1' as name;{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)