Skip to content

Partition into 14 streams #10595

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

timsaucer
Copy link
Contributor

Related

Closes #10577

What

This PR updates the datafusion table provider to use 14 target streams, as per the default in DataFusion. It hashes the partition ID modulo 14 when creating the streams. In the next version we will pass through the target_partitions from the session context, but we have a larger effort to move to multiple streams ongoing. We will include passing through the target partition size as part of that larger effort.

…er the default. We will move to using the session context target partition size in a future PR
@timsaucer timsaucer self-assigned this Jul 10, 2025
@timsaucer timsaucer added do-not-merge Do not merge this PR exclude from changelog PRs with this won't show up in CHANGELOG.md dataplatform Rerun Data Platform integration labels Jul 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dataplatform Rerun Data Platform integration do-not-merge Do not merge this PR exclude from changelog PRs with this won't show up in CHANGELOG.md
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Queries failing with partition count mismatch
1 participant