Skip to content

refactor(arrow-avro): use Decoder::flush_block in async reader#9726

Open
mzabaluev wants to merge 1 commit intoapache:mainfrom
mzabaluev:use-flush-block-in-avro-async-reader
Open

refactor(arrow-avro): use Decoder::flush_block in async reader#9726
mzabaluev wants to merge 1 commit intoapache:mainfrom
mzabaluev:use-flush-block-in-avro-async-reader

Conversation

@mzabaluev
Copy link
Copy Markdown
Contributor

@mzabaluev mzabaluev commented Apr 15, 2026

Since the async reader only reads OCF files and uses Decoder::decode_block to decode, use flush_block for consistency and to avoid an unnecessary check for mid-content schema changes.

Are these changes tested?

No new behavior is introduced, the existing tests should pass.

Are there any user-facing changes?

No

In arrow-avro.
Since the async reader only reads OCF files and uses decode_block to
decode, use flush_block for consistency and to avoid unnecessary
checks.
@github-actions github-actions bot added arrow Changes to the arrow crate arrow-avro arrow-avro crate labels Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

arrow Changes to the arrow crate arrow-avro arrow-avro crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant