bkahloon commented on issue #2202:
URL: https://github.com/apache/iceberg/issues/2202#issuecomment-772844539
attempt at a hive query:
```
hive> show tables;
OK
iceberg_dummy_table
Time taken: 0.367 seconds, Fetched: 1 row(s)
hive> select count(*) from iceberg_dummy_table;
FAILED: SemanticException Unable to fetch table iceberg_dummy_table.
StorageDescriptor cannot be null for table: iceberg_dummy_table (Service: null;
Status Code: 0; Error Code: null; Request ID: null; Proxy: null)
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]