dramaticlly commented on a change in pull request #4151:
URL: https://github.com/apache/iceberg/pull/4151#discussion_r810306367



##########
File path: docs/versioned/api/python-api-intro.md
##########
@@ -36,7 +36,8 @@ To create a catalog:
 from iceberg.hive import HiveTables
 
 # instantiate Hive Tables
-conf = {"hive.metastore.uris": 'thrift://{hms_host}:{hms_port}'}
+conf = {"hive.metastore.uris": 'thrift://{hms_host}:{hms_port}',
+        "hive.metastore.warehouse.dir": tmpdir}

Review comment:
       but I think PMC is needed to merge your code. CC @jun-he 




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



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

Reply via email to