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

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

vvysotskyi commented on pull request #2455:
URL: https://github.com/apache/drill/pull/2455#issuecomment-1032500951


   @Z0ltrix, when creating a new file system plugin, all available formats will 
be present there, but the existing ones wouldn't be changed. I've checked it, 
and the iceberg format was present there.


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


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

Reply via email to