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
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
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
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
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