Github user yhuai commented on the pull request:
https://github.com/apache/spark/pull/12146#issuecomment-207817918
That `deleteData` flag is confusing. If you look at the metastore server's
code, you will see that there is another flag called isExternal generated from
the table type. For the query
```
create external table $tabName(c1 int COMMENT 'abc', c2 string)
stored as parquet
location '$tmpDir'
as select 1, '3'
```
I am not sure I understand what you mean by `Although we use the EXTERNAL
keyword, the table is still managed_table. The above statement could be wrong`.
Why it is still a managed_table?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]