meyergin commented on issue #2644:
URL: https://github.com/apache/drill/issues/2644#issuecomment-1240739019

   > 
   
   Yes, the backticks  ` have been used. And I have tested dfs and s3 storage, 
no one works.
   1. dfs storage config:
   {
     "type": "file",
     "connection": "file:///",
     "workspaces": {
       "tmp": {
         "location": "/tmp",
         "writable": true,
         "defaultInputFormat": null,
         "allowAccessOutsideWorkspace": false
       },
       "root": {
         "location": "/",
         "writable": false,
         "defaultInputFormat": null,
         "allowAccessOutsideWorkspace": false
       }
     },
     "formats": {
       "iceberg": {
         "type": "iceberg",
         "properties": {
           "read.split.target-size": "134217728",
           "read.split.metadata-target-size": "33554432"
         },
         "caseSensitive": true,
         "includeColumnStats": null,
         "ignoreResiduals": null,
         "snapshotId": null,
         "snapshotAsOfTime": null,
         "fromSnapshotId": null,
         "toSnapshotId": null
       }
     },
     "enabled": true
   }
   2. show files return correct data and metadata folders.
   
![image](https://user-images.githubusercontent.com/7495191/189136869-b40f6172-23e4-499d-a59e-98836fa1d474.png)
   
   3. error log:
   org.apache.iceberg.exceptions.NoSuchTableException: Table does not exist at 
location: /db/test
   at org.apache.iceberg.hadoop.HadoopTables.load(HadoopTables.java:89)
   at 
org.apache.drill.exec.store.iceberg.IcebergGroupScan.initTableScan(IcebergGroupScan.java:123)


-- 
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-unsubscr...@drill.apache.org

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

Reply via email to