Zouxxyy opened a new issue, #2619:
URL: https://github.com/apache/incubator-paimon/issues/2619

   ### Search before asking
   
   - [X] I searched in the 
[issues](https://github.com/apache/incubator-paimon/issues) and found nothing 
similar.
   
   
   ### Motivation
   
   Support create db/table using location and external table
   
   ### Solution
   
   `create db location 'xxx'` or `create table location 'xxx'` 
   
   - For fileSystem catalog, when location is different from the catalog path, 
an exception is thrown
   - For hive catalog, location sync to HMS
   
   `create external table location 'xxx'`
   
   - For fileSystem catalog, an exception is thrown
   - For hive catalog, table_type (external) sync to HMS (spark, hive)
   
   Other
   
   - Drop external table, will not delete actural data
   - Removed some confusing configuration
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to