[jira] [Created] (AVRO-4046) [PHP] Values are overwritten by default value

2024-08-30 Thread Michel Hartmann (Jira)
Michel Hartmann created AVRO-4046: - Summary: [PHP] Values are overwritten by default value Key: AVRO-4046 URL: https://issues.apache.org/jira/browse/AVRO-4046 Project: Apache Avro Issue Type:

[PR] AVRO-4046: [PHP] Handling of default values [avro]

2024-08-30 Thread via GitHub
MichelHartmann opened a new pull request, #3127: URL: https://github.com/apache/avro/pull/3127 ## What is the purpose of the change This pull request fixes the behavior that values are accidentially overwritten by default values from the reader's schema. Detailed description: AVRO-

[PR] AVRO-4035 [C++] Add doc strings to generated classes [avro]

2024-08-30 Thread via GitHub
Gerrit0 opened a new pull request, #3128: URL: https://github.com/apache/avro/pull/3128 ## What is the purpose of the change As requested by AVRO-4035, this uses the `doc` field from the avro schema when generating code. That is, this schema: ```json { "type":

Fwd: The "aliases" annotation in Avro schemas for Full Compatibility when used in Java.

2024-08-30 Thread Anton Aleshin
Hi, I have two schemas: V1: { "type" : "record", "name" : "TestRecordGroup", "namespace" : "com.example", "fields" : [ { "name" : "testRecord", "type" : { "type" : "record", "name" : "TestRecordV1", "fields" : [ { "name" : "testStringFieldOld", "t

Re: The "aliases" annotation in Avro schemas for Full Compatibility when used in Java.

2024-08-30 Thread Oscar Westra van Holthe - Kind
On Fr 30 aug. 2024 17:35, Anton Aleshin wrote: > I have two schemas: > [2 schemata, V1 & V2, the latter with correct aliases for renamed fields] > > I generated Java classes from schema V1 and V2 using Apache Avro Tools > 1.12.0. Then, using a serializer, classes v2, and schema v2, I obtained a >

Re: [VOTE] Apache Avro 1.11.4 RC1

2024-08-30 Thread rdb...@gmail.com
+1 (binding) * Checked signature and sha512 * Ran RAT check * Built Java artifacts * Ran Java tests On Sat, Aug 24, 2024 at 10:50 AM Fokko Driesprong wrote: > Shy of one binding vote, happy weekend everyone! :) > > Kind regards, > Fokko > > Op do 22 aug 2024 om 11:12 schreef Fokko Driesprong :