Skip to content
This repository was archived by the owner on Jan 18, 2026. It is now read-only.

feat: allow passing in custom options for OCF decoder.#460

Merged
nrwiersma merged 2 commits intohamba:mainfrom
mfycheng:ocf-decoder-conf
Sep 27, 2024
Merged

feat: allow passing in custom options for OCF decoder.#460
nrwiersma merged 2 commits intohamba:mainfrom
mfycheng:ocf-decoder-conf

Conversation

@mfycheng
Copy link
Copy Markdown
Contributor

Currently, the OCF Decoder will fail when parsing OCF files that contain a field that exceeds the default limit of 1MiB. There is currently no way to configure this limit for the OCF Decoder.

This change provides a way to construct an OCF Decoder using a custom avro.API, which enables configuration of the decoder.

Currently, the OCF Decoder will fail when parsing OCF files that contain
a field that exceeds the default limit of 1MiB. There is currently no
way to configure this limit for the OCF Decoder.

This change provides a way to construct an OCF Decoder using a custom
avro.API, which enables configuration of the decoder.
@mfycheng mfycheng requested a review from nrwiersma September 27, 2024 13:50
Copy link
Copy Markdown
Member

@nrwiersma nrwiersma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👏🏻

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants