avro
avro copied to clipboard
Apache Avro is a data serialization system.
With the introduction of the new SchemaParser in 1.12 the variety of errors which can be thrown when an unresolved type is found increased significantly. In the past unresolved type...
Both of them are EOLed and cause problems with the CI checks ## What is the purpose of the change *(For example: This pull request improves file read performance by...
Support unqualified type references for unions when decoding them from json. AVRO-2287 makes it unclear if type reference for a JSON encoded union needs to be qualified or not. Today...
## Description Quote from AVRO-4137: At the moment, the C# library Avro matches Union types with Enum in the following way: ```csharp // SpecificDefaultWriter.cs - LN159 - protected override bool...
Prevent the fixed and bytes type to be preliminary cut off when they are encoded into the json encoding. ## Verifying this change This change added tests and can be...
## What is the purpose of the change Like java use the full type name when encoding the types for unions. This to prevent ambiguities when decoding this json encoded...
## What is the purpose of the change Adoption of gradle-avro-plugin, created by David Carr, @davidmc24 ## Verifying this change This change is already covered by existing tests: `lang/java/gradle-plugin/src/test` ##...
## What is the purpose of the change With this change, the default packages will always be going to be part of trusted packages. ## What is the fix? -...
## What is the purpose of the change Fixing AVRO-4094 - The use of namespace mappings currently updates namespaces, but not types that reference the namespace in the type name....
I wasn't able to create an issue in JIRA, since I don't seem to be able to request a user. I am a first time contributor, apologies in case something...