cshannon commented on PR #5342: URL: https://github.com/apache/accumulo/pull/5342#issuecomment-2671994731
I just remembered that MetadataConstraints validates on read and not on writes. For writing we validate already in the [mutator](https://github.com/apache/accumulo/blob/80b8fbcd16ea552cd6c76245f07da8f1a1d4dd4d/core/src/main/java/org/apache/accumulo/core/metadata/schema/TabletMutatorBase.java#L93). I think that is where we try and validate other columns as well. -- 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]
