pvary commented on issue #954:
URL: https://github.com/apache/iceberg/issues/954#issuecomment-663010868


   @lcaaaat: How did you created the table, and how did you check the location 
of the DB?
   With the current version I see a test which checks the location of the db is 
in the default warehouse dir:
   ```
     private String defaultUri(Namespace namespace) throws TException {
       return metastoreClient.getConfigValue(
           "hive.metastore.warehouse.dir", "") +  "/" + namespace.level(0) + 
".db";
     }
   ```
   And also see checks for the default table location which seems inline how 
Hive uses them.
   
   Thanks,
   Peter


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to