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

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.60 to 1.0.61. Release notes Sourced from anyhow's releases. 1.0.61 Work around rust-analyzer builds poisoning all subsequent command-line cargo builds (#252) Commits d2c83e2 Release 1.0.61 6e6af39 Merge...

Rust

### Jira - [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO-3603) issues and references them in the PR title. ### Tests My PR do not add or update functionality,...

C#

Make sure you have checked _all_ steps below. ### Jira - [x] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR title. For example, "AVRO-1234:...

Java

**Support Map(with non-String keys) and Set in ReflectDatumReader** ### Jira My PR addresses the following [AVRO-3602](https://issues.apache.org/jira/browse/AVRO-3602) issues ### Tests My PR adds the following unit tests: TestReflectDatumReader.testRead_PojoWithSet TestReflectDatumReader.testRead_PojoWithMap

Java

The changes made are: - Code altered according to PEP 8 conventions. Files changed are: io.py, constants.py, schema.py, codecs.py, datafile.py and compatibility.py. - General constants INT_MIN_VALUE, INT_MAX_VALUE, LONG_MIN_VALUE & LONG_MAX_VALUE...

Python

AVRO-2955: Avro-C: Support all Visual Studio versions from 2010 to 2019 Fix compiling using Visual Studio 2010|2013|2015|2017|2019. Fix building using either cmake/ninja or cmake/visualstudio. Fix testing using cmake/ninja. Improve Windows...

C

Boost performance reading from object stores in hadoop 3.3.0+ by using the openFile builder API and passing in the file length as an option (can save a HEAD) and asks...

Java

[AVRO-3532](https://issues.apache.org/jira/browse/AVRO-3532) : Enlarge naming rules for C In Java, implemented naming rules accept accent or Chinese alphabet ... The aim of JIRA is to officially accept this implementation, the aim...

C

Hello! Please take a look a PR for the issue https://issues.apache.org/jira/browse/AVRO-3408 I hope I fulfilled all PR requirements but feel free to point me out if I missed something. Thank...

Java

[AVRO-3579](https://issues.apache.org/jira/browse/AVRO-3579) : migration to JUnit5 using command : ``` mvn org.openrewrite.maven:rewrite-maven-plugin:4.27.0:run \ -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-testing-frameworks:1.24.0 \ -DactiveRecipes=org.openrewrite.java.testing.junit5.JUnit5BestPractices ``` plus fix bugs generated by it. Some unit test are still in JUnit4, and...

Java
build