[PR] Bump @babel/traverse from 7.17.9 to 7.23.2 in /lang/js [avro]

2023-10-17 Thread via GitHub
dependabot[bot] opened a new pull request, #2559: URL: https://github.com/apache/avro/pull/2559 Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.17.9 to 7.23.2. Release notes Sourced from

PR 2544 Deserialization for Java reserved words

2023-10-17 Thread Stephen Kittelson
I opened PR https://github.com/apache/avro/pull/2544 to resolve Jira issue https://issues.apache.org/jira/browse/AVRO-2956 in which Avro tools for Java correctly generates the code for a schema by appending dollar signs to the end of Java reserved words to prevent compilation errors, but the

[PR] AVRO-3887: [Java] Remove redundant casts in BinaryDecoder [avro]

2023-10-17 Thread via GitHub
Fokko opened a new pull request, #2558: URL: https://github.com/apache/avro/pull/2558 ## What is the purpose of the change Makes the code look nicer ## Verifying this change This change is a trivial rework / code cleanup without any test coverage.

[jira] [Created] (AVRO-3887) Remove redundant casts

2023-10-17 Thread Fokko Driesprong (Jira)
Fokko Driesprong created AVRO-3887: -- Summary: Remove redundant casts Key: AVRO-3887 URL: https://issues.apache.org/jira/browse/AVRO-3887 Project: Apache Avro Issue Type: Improvement

Re: [VOTE] New Avro logo (final)

2023-10-17 Thread Oscar Westra van Holthe - Kind
Hi all, The results yesterday show that V9.2 is perceived as better than V11.2, despite being angled downward. This is, I believe, because the angle of V11.2 hides the underside: this makes the plane look incomplete. My vote is for V9.2 if changed to fly upward, V3.1 otherwise. Kind regards,

[PR] AVRO-3886: Serialize attribute in schema to support custom logical type [avro]

2023-10-17 Thread via GitHub
ZENOTME opened a new pull request, #2557: URL: https://github.com/apache/avro/pull/2557 ## What is the purpose of the change *(For example: This pull request improves file read performance by buffering data, fixing AVRO-.)* ## Verifying this change

Re: [VOTE] New Avro logo (final)

2023-10-17 Thread Martin Grigorov
On Mon, Oct 16, 2023 at 7:33 PM Oscar Westra van Holthe - Kind < os...@westravanholthe.nl> wrote: > Hi all, > > The results are in: with 6 binding votes (all cast within 6 hours), and no > non-binding votes, it's a near-tie between V9.2 and V3.1. > > These are the votes: > >- V9.2: 3 votes >

Re: Add support for nanosecond datetime types

2023-10-17 Thread Martin Grigorov
Hi Fokko, Whenever I see an empty ticket and/or Github description (like https://issues.apache.org/jira/browse/AVRO-3884, https://github.com/apache/avro/pull/2554) the first thing that comes to my mind is to close it without giving an explanation too! If the reporter does not bother to help

Re: [PR] AVRO-3609: [Rust] Remove wrong collection of custom attributes [avro]

2023-10-17 Thread via GitHub
martin-g merged PR #2556: URL: https://github.com/apache/avro/pull/2556 -- 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

[PR] AVRO-3609: [Rust] Remove wrong collection of custom attributes [avro]

2023-10-17 Thread via GitHub
martin-g opened a new pull request, #2556: URL: https://github.com/apache/avro/pull/2556 AVRO-3609 ## What is the purpose of the change * The collection of the custom attributes was wrong. It should collect only attributes which names are not in the predefined list Found