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

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

Christian Pfarr created DRILL-8127:
--------------------------------------

             Summary: 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


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