kbendick edited a comment 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 SET 
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
   
   Thanks for the code link to where you found those. I'm not well versed 
enough in Glue to make a comment on this, but I'd check if 
`engine.hive.enabled` works first and foremost.


-- 
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]

Reply via email to