chupaty commented on issue #64: URL: https://github.com/apache/avro-rs/issues/64#issuecomment-2515841382
Sorry about the noise - I've added a fix for nested Refs (where a schema depends on another that depends on another), and re-opened the PR. Added a test for this as well. The goal here is ultimately to support interop with schema registries where each schema is stored independently of other schemata in the registry. I haven't changed the current functionality (Schema::canonical_form()), EXCEPT, you'll notice a change in the two test cases: - test_avro_3370_record_schema_with_currently_parsing_schema_named_enum() - test_avro_3370_record_schema_with_currently_parsing_schema_named_fixed() In both cases, the 'expected' canonical form is (I believe) incorrect, as they both include two (duplicate) definitions for a type. -- 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]
