[jira] [Created] (AVRO-4063) `apache_avro::Writer::flush` does not call `std::io::Write::flush` on the inner writer

2024-09-26 Thread Jane Lewis (Jira)
Jane Lewis created AVRO-4063: Summary: `apache_avro::Writer::flush` does not call `std::io::Write::flush` on the inner writer Key: AVRO-4063 URL: https://issues.apache.org/jira/browse/AVRO-4063 Project: A

[PR] AVRO-4062: Allow leading underscores for names in idl [avro]

2024-09-26 Thread via GitHub
isak-lindbeck opened a new pull request, #3178: URL: https://github.com/apache/avro/pull/3178 ## What is the purpose of the change This pull request adds support for names with leading underscore in idl. Fixing AVRO-4062 The specification is pretty clear that leading underscore is

Re: Import order for Java source files

2024-09-26 Thread Martin Grigorov
Hi Oscar, On Thu, Sep 26, 2024 at 3:56 PM Oscar Westra van Holthe - Kind < opw...@apache.org> wrote: > Hi, > > In a recent PR, the order of imports came up as a discussion point. The > reason behind this is that it’s not always possible to not sort imports. > Added to that, we do have some rules

Import order for Java source files

2024-09-26 Thread Oscar Westra van Holthe - Kind
Hi, In a recent PR, the order of imports came up as a discussion point. The reason behind this is that it’s not always possible to not sort imports. Added to that, we do have some rules w.r.t. imports for people that read code directly, for example to never use * imports. As noted in the PR, c

[jira] [Created] (AVRO-4062) Idl parsing not recognizing leading underscore for field names

2024-09-26 Thread Isak Lindbeck (Jira)
Isak Lindbeck created AVRO-4062: --- Summary: Idl parsing not recognizing leading underscore for field names Key: AVRO-4062 URL: https://issues.apache.org/jira/browse/AVRO-4062 Project: Apache Avro