[PR] AVRO-2032: [C#] Add support for NaN, Infinity and -Infinity in JsonDecoder [avro]

2024-08-06 Thread via GitHub
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

Re: C++ AVRO-3601 broke custom non-string attributes

2024-08-06 Thread John Dickson
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

[PR] AVRO-4026: [c++] Allow non-string custom attributes in schemas [avro]

2024-08-06 Thread via GitHub
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

[jira] [Created] (AVRO-4028) Avro.AvroException: Unable to find type 'IDictionary' in all loaded assemblies

2024-08-06 Thread Karyna Bilotska (Jira)
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:

Re: Status of the 1.12.0 artifacts

2024-08-06 Thread Fokko Driesprong
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 :)

[jira] [Created] (AVRO-4027) IdlReader in Avro 1.12.0 fails with NPE on complex types with default values

2024-08-06 Thread Jira
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