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

Fix loading of large contexts #4033

Merged
merged 1 commit into from Mar 13, 2024
Merged

Conversation

eliaskosunen
Copy link
Contributor

@eliaskosunen eliaskosunen commented Mar 13, 2024

This PR fixes a logic bug in context load, where each chunk of the input was attempted to be loaded individually, rather than loading the entire input. This error was only encountered, when loading contexts that were large enough to be split into multiple chunks.

Plugins PR https://github.com/tenzir/tenzir-plugins/pull/210

@eliaskosunen eliaskosunen added bug Incorrect behavior operator Source, transformation, and sink labels Mar 13, 2024
@eliaskosunen eliaskosunen marked this pull request as ready for review March 13, 2024 10:46
Copy link
Contributor

@jachris jachris left a comment

Choose a reason for hiding this comment

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

Thanks for the quick fix 🙏

@eliaskosunen eliaskosunen force-pushed the topic/chunked-context-load branch 2 times, most recently from 82b264a to 3b18efd Compare March 13, 2024 12:35
@eliaskosunen eliaskosunen merged commit 03b330c into main Mar 13, 2024
47 checks passed
@eliaskosunen eliaskosunen deleted the topic/chunked-context-load branch March 13, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect behavior operator Source, transformation, and sink
Projects
None yet
2 participants