ajantha-bhat commented on pull request #4330: URL: https://github.com/apache/iceberg/pull/4330#issuecomment-1070397367
Use reference at hash works with this change, but the subsequent insert is failing with this error `You can only mutate tables when using a branch without a hash or timestamp` So, tried calling use reference without hash, but that is setting hash to null. (if I don't set hash to null, it uses previous hash which is wrong). But if I set to null refresh is not called. So, not sure how to handle this, probably a change at nessie side should send the latest hash instead of null for use reference without hash. -- 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]
