You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/02/08 09:33:00 UTC

[jira] [Commented] (DRILL-8127) bootstrap-storage-plugins.json does not contain iceberg format

    [ https://issues.apache.org/jira/browse/DRILL-8127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17488695#comment-17488695 ] 

ASF GitHub Bot commented on DRILL-8127:
---------------------------------------

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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> bootstrap-storage-plugins.json does not contain iceberg format
> --------------------------------------------------------------
>
>                 Key: DRILL-8127
>                 URL: https://issues.apache.org/jira/browse/DRILL-8127
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.20.0
>            Reporter: Christian Pfarr
>            Priority: Minor
>
> /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
> {code:java}
>   "formats": {
>     "iceberg": {
>       "type": "iceberg"
>     },
> {code}
> To all file storage plugins, so that users cann query iceberg tables directly.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)