CodingAnarchy commented on PR #3007: URL: https://github.com/apache/avro/pull/3007#issuecomment-2217987034
@martin-g Unfortunately, that log doesn't get fired because `src/writer.rs` uses `Value#validate_internal` itself in the code that is raising the error I see: https://github.com/apache/avro/blob/bb5b8429b7bec86a972f2f1f5ae5f18eeef332a7/lang/rust/avro/src/writer.rs#L538-L577 Is the preference instead that I update this code in the writer to use the same logging format as in `Value#validate_schemata`? -- 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]
