avro icon indicating copy to clipboard operation
avro copied to clipboard

Apache Avro is a data serialization system.

Results 180 avro issues
Sort by recently updated
recently updated
newest added

## Add support for default enum values (as distinct from default field values) - This addresses AVRO-3687 Issue AVRO-3687 seems to have been inappropriately closed since avro supports both default...

Rust

## What is the purpose of the change Default value for fixed and bytes schemas is converted to JSON in the wrong (according to docs) way. Also, it's possible to...

Java

[Do not merge.] This PR accompanies my filing of [AVRO-3986](https://issues.apache.org/jira/browse/AVRO-3986) and implements all features defined in the issue. Purpose of the PR is also to illustrate the scope of the...

Java
build
C#
website
Rust

[AVRO-2773](https://issues.apache.org/jira/browse/AVRO-2773) ## What is the purpose of the change These two commits add decimal logical schema support for C: the first commit adds the base layer and the second commit...

C

## What is the purpose of the change Fixes [AVRO-3979](https://issues.apache.org/jira/browse/AVRO-3979), fixing the returned incompatibility location information from schema compatibility when there is a type mismatch between a primitive reader type...

Python

## What is the purpose of the change New unit tests attempting to reproduce the issue AVRO-3675 ## Verifying this change The change is to add more tests ## Documentation...

C++

Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.2 to 0.11.3. Release notes Sourced from env_logger's releases. v0.11.3 [0.11.3] - 2024-03-05 Features Experimental support for key-value logging behind unstable-kv v0.11.2 [0.11.2] - 2024-02-13 v0.11.1 What's...

dependencies
Rust

## What is the purpose of the change Currently `GenericData.resolveUnion(schema, datum)` will throw an `AvroRuntimeException` if datum is a subclass (or any instance) of the target type of an applicable...

Java

For details on the rationale of this change please [see](https://issues.apache.org/jira/browse/AVRO-3135). PR adds the following unit test: TestSchemaSerializationHooks which should also be a good example for how the functionality can be...

Java

## What is the purpose of the change This integrates https://github.com/SahilKang/cl-avro ## Verifying this change This change adds a new implementation, with its own tests. See the readme in this...

build