RussellSpitzer commented on PR #15495: URL: https://github.com/apache/iceberg/pull/15495#issuecomment-3986632931
This is a follow-up to #15372. It addresses @aokolnychyi's [last suggestion](https://github.com/apache/iceberg/pull/15372/files#r1975826459) to drop the `read.` prefix from the table property, renaming `read.identifier-fields.rely` to `identifier-fields.rely`. As Anton pointed out, the property is exposed on `Table#constraints` where we don't know whether the table will be used for reads or writes, so the `read.` prefix is unnecessarily restrictive. -- 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]
