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

Google explicitly is not supporting that: https://github.com/google/snappy/pull/86 Which leaves us users in a somewhat precarious state; if users of snappy, like avro, try to include it as a requirement in...

C

Changes this: ; pkg-config --libs --static avro-c -L/install/dir -lavro Into this: ; pkg-config --libs --static avro-c -L/install/dir -lavro -lzma -ljansson -lpthreads Assuming those are needed to link statically; pthreads may...

C

### 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: My Avro PR" - https://issues.apache.org/jira/browse/AVRO-2982 ### Tests -...

Java

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-2954:...

Java

Make GenericRecord comparison handle String vs Utf8 for MAP type This mirrors what was already previously done for Schema.type.STRING Adds the following new unit tests: - org.apache.avro.generic.TestGenericData.testMapKeyEquals - org.apache.avro.generic.TestGenericData.testMapValuesEquals N.B....

Java

https://issues.apache.org/jira/browse/AVRO-2928 This PR finishes up an old PR (#43) which included a proof-of-concept for Ruby single object encoding. The old PR was pretty much 90% of the way there. This...

Ruby

This patch allows support for Java Parameterised types in Avro. Ex: Pair Corresponding JIRA is: https://issues.apache.org/jira/browse/AVRO-2248 Please review this and I am willing to take suggestions and make required changes...

Java

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:...

C

Double.POSITIVE_INFINITY and Double.NEGATIVE_INFINITY When using the JsonDecoder to deserialize these three cases (NaN, positive infinity, and negative infinity), JsonEncoder throws AvroTypeException the following message: "Expected double. Got VALUE_STRING". Make sure...

Java

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. - https://issues.apache.org/jira/browse/AVRO-2717 ###...

C++