kbendick commented on pull request #3448:
URL: https://github.com/apache/iceberg/pull/3448#issuecomment-961533148
Question: If you add `engine.hive.enabled = true` as a table property via
`ALTER TBABLE glue_catalog.db.tbl_name UPDATE
TBLPROPERTIES('engine.hive.enabled'='true')`, does that resolve this issue?
If that resolves the issue, I'd personally prefer that as that is already
part of the Iceberg library and it's one less difference to have to think about
(it's needed to use Hive at all anyway so I think that might be the issue).
Relevant docs: https://iceberg.apache.org/hive/#table-property-configuration
Also, when creating tables in hive, `STORED BY
'org.apache.iceberg.mr.hive.HiveIcebergStorageHandler'` is what is typically
used for non-default hive catalogs when creating creating tables with Hive. But
ideally, the `engine.hive.enabled` works and we can just suggest users do that.
--
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]