vbabenkoru commented on PR #9347: URL: https://github.com/apache/paimon/pull/9347#issuecomment-5397806999
Thank you, fixed. ALTER validation now rejects the value regardless of snapshots, just like `type`. Setting a different effective value throws an error. Removing the option from a table created with one-based field ids also throws an error. Setting the current effective value again is still allowed. For example, you can explicitly set `false` on a table that never set the option. This is allowed because tools often reapply complete option sets. The test for the old behavior now checks that both changes are rejected. -- 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]
