a-agmon opened a new issue, #4549:
URL: https://github.com/apache/iceberg/issues/4549
We have create an Iceberg table using Athena as follows:
```sql
CREATE TABLE
table_test (c1 string, c2 string, c3 string, c4 string)
LOCATION 's3://bucket/warehouse/default.db/table_test/data/'
TBLPROPERTIES ( 'table_type' ='ICEBERG')
```
The table is filled with data using Spark and can be queried.
We want to create a view that joins this table with a non-iceberg table. The
join between the tables works as expected, but after we create the view on the
basis of this join and try to query then we receive this error:
HIVE_METASTORE_ERROR: Table storage descriptor is missing SerDe info
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]