pvary commented on issue #6370:
URL: https://github.com/apache/iceberg/issues/6370#issuecomment-1371847428

   @dmgcodevil: after the Hive PR we need to add a table property for Iceberg 
tables which will do 2 things:
   - Adds the new `expected_parameter_key` and `expected_parameter_value` 
properties to the `alter_table` context
   - Turns off the lock acquisition and heartbeating.
   
   This would work only in the following situation:
   - HMS server contains the new Hive change
   - All of the Iceberg writers contain the new Iceberg change (the one which 
turns off the locks and adds the new parameters to the alter table call)
   
   In every other situation, the old locking should be used


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to