[GitHub] [avro] clesaec opened a new pull request, #2400: AVRO-2731: [Java] initialize hashmap with good capacity

2023-07-28 Thread via GitHub
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

[GitHub] [avro] clesaec opened a new pull request, #2401: AVRO-2885: [Java] better check int vs float value

2023-07-28 Thread via GitHub
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

[GitHub] [avro] dependabot[bot] opened a new pull request, #2402: Bump serde from 1.0.175 to 1.0.177 in /lang/rust

2023-07-28 Thread via GitHub
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

[GitHub] [avro] dependabot[bot] closed pull request #2399: Bump serde from 1.0.175 to 1.0.176 in /lang/rust

2023-07-28 Thread via GitHub
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

[jira] [Created] (AVRO-3816) Replace the properties sidecar with first-class attributes

2023-07-28 Thread Michael A. Smith (Jira)
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

[GitHub] [avro] kojiromike opened a new pull request, #2403: AVRO-3816: Deprecate Properties Sidecar

2023-07-28 Thread via GitHub
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_

Backwards incompatible API change to Python schema object "properties"

2023-07-28 Thread Michael A. Smith
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