vvysotskyi commented on a change in pull request #4300: URL: https://github.com/apache/iceberg/pull/4300#discussion_r826666304
########## 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: @rdblue, Drill uses the `Tables` interface and passes table location only. If I understand docs correctly, it shouldn't cause any issues, the single case is moving the table from one location to another one, but in this case, it should be enough just to specify a new location within the Drill query. -- 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]
