Z0ltrix opened a new pull request #2455: URL: https://github.com/apache/drill/pull/2455
# [DRILL-8127](https://issues.apache.org/jira/browse/DRILL-8127): add iceberg format to bootstrap-storage-plugins.json ## Description /exec/java-exec/src/main/resources/bootstrap-storage-plugins.json is missing the iceberg format. To query iceberg users have to add it herself. We could add ``` "formats": { "iceberg": { "type": "iceberg" }, ``` To all file storage plugins, so that users cann query iceberg tables directly. ## Documentation no need for documenting this, user can use icebert tables out of the box. ## Testing 1. activate iceberg metastore 2. populate metastore via `analyze table dfs.xxx.xxx refresh metadata` 3. query the metastore directly via `select * from dfs./user/drill/metastore/tables/` -- 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]
