rdblue commented on a change in pull request #4300: URL: https://github.com/apache/iceberg/pull/4300#discussion_r828193034
########## File path: docs/drill/_index.md ########## @@ -0,0 +1,23 @@ +--- +title: "Drill" +bookIconImage: ../img/drill-logo.png +bookFlatSection: true +weight: 430 +bookExternalUrlNewWindow: https://drill.apache.org/docs/iceberg-format-plugin/ Review comment: The tables interface is only a way to work with Hadoop tables, which are primarily for testing purposes. Most tables are tracked using the Catalog interface, which supports a variety of metastore backends. I recommend using that because Hadoop tables aren't safe without external locking in most data stores, including S3 and local disk. -- 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]
