[GitHub] [avro] jmccl opened a new pull request, #1920: AVRO-3650: [C++] Fix build on Manjaro

2022-10-19 Thread GitBox
jmccl opened a new pull request, #1920: URL: https://github.com/apache/avro/pull/1920 ## What is the purpose of the change Fix the build on distros with a newer boost library or compiler. ## Verifying this change This change is a trivial rework / code cleanup without any

[jira] [Created] (AVRO-3650) Fix C++ Build on Manjaro

2022-10-19 Thread John McClean (Jira)
John McClean created AVRO-3650: -- Summary: Fix C++ Build on Manjaro Key: AVRO-3650 URL: https://issues.apache.org/jira/browse/AVRO-3650 Project: Apache Avro Issue Type: Bug Reporter:

[GitHub] [avro] Danny02 opened a new pull request, #1919: AVRO-3649: reorder union types to match default

2022-10-19 Thread GitBox
Danny02 opened a new pull request, #1919: URL: https://github.com/apache/avro/pull/1919 Why: We want to use @AvroDefault with @Nullable. How does it help with resolving the issue: The schema generation automaticly picks the right order of the union type. Side effects:

[jira] [Created] (AVRO-3649) [JAVA] reorder union types to match default value

2022-10-19 Thread Daniel Heinrich (Jira)
Daniel Heinrich created AVRO-3649: - Summary: [JAVA] reorder union types to match default value Key: AVRO-3649 URL: https://issues.apache.org/jira/browse/AVRO-3649 Project: Apache Avro Issue

[GitHub] [avro] martin-g merged pull request #1918: Bump ctor from 0.1.23 to 0.1.26 in /lang/rust

2022-10-19 Thread GitBox
martin-g merged PR #1918: URL: https://github.com/apache/avro/pull/1918 -- 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 comment. To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org

[jira] [Created] (AVRO-3648) The following invalid schema is accepted by the java implementation

2022-10-19 Thread Daniel Collins (Jira)
Daniel Collins created AVRO-3648: Summary: The following invalid schema is accepted by the java implementation Key: AVRO-3648 URL: https://issues.apache.org/jira/browse/AVRO-3648 Project: Apache Avro

[jira] [Created] (AVRO-3647) The following invalid schema is accepted by the java implementation

2022-10-19 Thread Daniel Collins (Jira)
Daniel Collins created AVRO-3647: Summary: The following invalid schema is accepted by the java implementation Key: AVRO-3647 URL: https://issues.apache.org/jira/browse/AVRO-3647 Project: Apache Avro

[GitHub] [avro] dependabot[bot] opened a new pull request, #1918: Bump ctor from 0.1.23 to 0.1.26 in /lang/rust

2022-10-19 Thread GitBox
dependabot[bot] opened a new pull request, #1918: URL: https://github.com/apache/avro/pull/1918 Bumps [ctor](https://github.com/mmastrac/rust-ctor) from 0.1.23 to 0.1.26. Commits See full diff in https://github.com/mmastrac/rust-ctor/commits;>compare view

[jira] [Created] (AVRO-3646) Serialization / deserialization for enum with mixed variants (with and without data)

2022-10-19 Thread Lucas Javaudin (Jira)
Lucas Javaudin created AVRO-3646: Summary: Serialization / deserialization for enum with mixed variants (with and without data) Key: AVRO-3646 URL: https://issues.apache.org/jira/browse/AVRO-3646

[GitHub] [avro] martin-g merged pull request #1916: AVRO-3645: [RUST] Fix deserialization of enum with unit type

2022-10-19 Thread GitBox
martin-g merged PR #1916: URL: https://github.com/apache/avro/pull/1916 -- 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 comment. To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org

[GitHub] [avro] clesaec opened a new pull request, #1917: AVRO-3644: externalize conversion logic from genericData, and optimize

2022-10-19 Thread GitBox
clesaec opened a new pull request, #1917: URL: https://github.com/apache/avro/pull/1917 ## What is the purpose of the change This PR aims to improves resolveUnion methods for [AVRO-3643](https://issues.apache.org/jira/browse/AVRO-3643). It also separates logic of Conversions

[GitHub] [avro] LucasJavaudin opened a new pull request, #1916: AVRO-3645: [RUST] Fix deserialization of enum with unit type

2022-10-19 Thread GitBox
LucasJavaudin opened a new pull request, #1916: URL: https://github.com/apache/avro/pull/1916 ## What is the purpose of the change Allow to deserialize enum with unit type, e.g., ``` enum MyEnum { Variant(()), } ``` ## Verifying this change This

[jira] [Created] (AVRO-3645) Fix deserialization of enum with unit () type

2022-10-19 Thread Lucas Javaudin (Jira)
Lucas Javaudin created AVRO-3645: Summary: Fix deserialization of enum with unit () type Key: AVRO-3645 URL: https://issues.apache.org/jira/browse/AVRO-3645 Project: Apache Avro Issue Type: