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:
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-
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":
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
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
>
+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 :