Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support reading large values dynamically #322

Open
tgregg opened this issue Mar 2, 2023 · 0 comments
Open

Support reading large values dynamically #322

tgregg opened this issue Mar 2, 2023 · 0 comments

Comments

@tgregg
Copy link
Contributor

tgregg commented Mar 2, 2023

ion-c's reader includes configurable limits on value sizes. See _ion_reader_options.symbol_threshold and _ion_reader_options.user_value_threshold. The configured values result in fixed-size internal buffers that are incapable of handling Ion values that exceed the configured limits if such values occur while reading a stream. This is unsuitable in for use cases that are not aware of, or do not control, the size of values that may be encountered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant