marton-bod edited a comment on issue #2686:
URL: https://github.com/apache/iceberg/issues/2686#issuecomment-858543532
Which engine did you use to create the table?
Can you please append the `engine.hive.enabled=true` to the table
properties, via the Iceberg API? e.g.
`table.updateProperties().set("engine.hive.enabled", "true").commit()`.
Afterwards, if you describe the table again, it should have the Iceberg storage
handler and serde, and the read queries should work fine again.
--
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]