ajantha-bhat opened a new pull request #4464: URL: https://github.com/apache/iceberg/pull/4464
Currently when the conflicting transaction is present, it is silently ignored. scenario: a. create table b. create transaction (txn-1) of add column on that table (don't commit the txn) c. create another txn (txn-2) of add column and commit it. d. commit the txn-1 txn-1 is expected to fail because it is conflicting schema id. Currently the commit of txn-1 is success. But the table is not containing the txn-1 schema changes. Instead this txn-1 should fail (even after retry) and throw exception. -- 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]
