pvary commented on issue #798: URL: https://github.com/apache/iceberg/issues/798#issuecomment-756630728
Most probably EMR uses Hive where the HIVE_LOCK table schema not synched with the code. Most probably this not causes problems for EMR because it does not uses DBLockManager or Locking at all. On the other hand Iceberg uses locks and tries to use the tables. Since the schema is not correct. It fails. Could you please try it with a more recent version of EMR and check if the issues still exists? Thanks, Peter ---------------------------------------------------------------- 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]
