clesaec opened a new pull request, #2400:
URL: https://github.com/apache/avro/pull/2400
## What is the purpose of the change
[AVRO-2731](https://issues.apache.org/jira/browse/AVRO-2731) : On generated
record, initialize HashMap with capacity corresponding to size and default l
clesaec opened a new pull request, #2401:
URL: https://github.com/apache/avro/pull/2401
## What is the purpose of the change
[AVRO-2885](https://issues.apache.org/jira/browse/AVRO-2885) : check non int
value on JsonDecoder (accept only real int or float value as 1.0, when
con
dependabot[bot] opened a new pull request, #2402:
URL: https://github.com/apache/avro/pull/2402
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.175 to 1.0.177.
Release notes
Sourced from https://github.com/serde-rs/serde/releases";>serde's releases.
v1.0.177
dependabot[bot] closed pull request #2399: Bump serde from 1.0.175 to 1.0.176
in /lang/rust
URL: https://github.com/apache/avro/pull/2399
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific
Michael A. Smith created AVRO-3816:
--
Summary: Replace the properties sidecar with first-class attributes
Key: AVRO-3816
URL: https://issues.apache.org/jira/browse/AVRO-3816
Project: Apache Avro
kojiromike opened a new pull request, #2403:
URL: https://github.com/apache/avro/pull/2403
## What is the purpose of the change
- AVRO-3816: Remove Special Properties Dictionary
## Verifying this change
This change is already covered by existing tests, avro.test.test_
Please take a look at AVRO-3816. I'm proposing a backwards
incompatible change to the python schema implementation. So far I have
a PR in draft that I believe _is_ backwards-compatible, but is just a
step on the way - it doesn't solve the problem entirely.
I'd like to get to the following advantag