zcsizmadia opened a new pull request, #3070:
URL: https://github.com/apache/avro/pull/3070
## What is the purpose of the change
JsonEncoder uses special string values to represent NaN, Infinity and
-Infinity values for float and double values, but JsonDecoder does not accept
these st
OK, I am subscribed now.
I've raised 2 PRs with possible implementations to select between.
PR3064 custom attributes that are simple string values are stored as the
value, all other types are stored as a string containing a JSON fragment.
This means you can't be certain if the value was a string t
jmd-z opened a new pull request, #3069:
URL: https://github.com/apache/avro/pull/3069
Custom attributes are encoded as JSON to avoid ambiguity with simple string
values.
## What is the purpose of the change
Fixes exception from C++ library when compiling schemas with non-string
Karyna Bilotska created AVRO-4028:
-
Summary: Avro.AvroException: Unable to find type
'IDictionary' in all loaded assemblies
Key: AVRO-4028
URL: https://issues.apache.org/jira/browse/AVRO-4028
Project:
My account on CPAN was created (UserID: FOKKO), can someone add me there? :)
Thanks!
Kind regards,
Fokko
Op ma 5 aug 2024 om 22:49 schreef Fokko Driesprong :
> Appreciate the Martin the quick reply Martin, and thanks for the
> instructions on how to release for rust. The crates are uploaded :)
Raphael Rösch created AVRO-4027:
---
Summary: IdlReader in Avro 1.12.0 fails with NPE on complex types
with default values
Key: AVRO-4027
URL: https://issues.apache.org/jira/browse/AVRO-4027
Project: Apach