Github user gatorsmile commented on the issue:
https://github.com/apache/spark/pull/16938
Thank you for your work!
Maybe the last question.
```
**2. CREATE TABLE ...PARTITIONED BY ... LOCATION path AS SELECT ...**
a) path exists
hive(external) -> not support
spark(hive with HiveExternalCatalog) -> ok
spark(parquet with HiveExternalCatalog) -> throw exception(path
already exists)
spark(parquet with InMemoryCatalog) -> throw exception(path
already exists)
```
In the above case, you used `path exists`. I assumed this is the existence
of the table directory. Are these behaviors still the same when the specific
partition directory exists?
---
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]