feat(spec): add source_task_size to RefreshMaterializedViewRequest#355
Open
justinrmiller wants to merge 1 commit into
Open
feat(spec): add source_task_size to RefreshMaterializedViewRequest#355justinrmiller wants to merge 1 commit into
justinrmiller wants to merge 1 commit into
Conversation
Optional field bounding per-actor memory for chunker materialized-view refresh by controlling the number of source row ids per expansion work item. Mirrors the existing optional integer overrides. Regenerated the Python urllib3 and Rust reqwest client models and docs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
Linear: GEN-476
Geneva's chunker-backed materialized-view refresh bounds per-actor memory by controlling how many source row IDs go into one expansion work item. That knob (
source_task_size) needs to travel over the enterprisedb://path, butRefreshMaterializedViewRequesthad no field for it — so it was silently dropped on remote refresh.Change
Adds an optional
source_task_sizeinteger toRefreshMaterializedViewRequest, mirroring the existing optional overrides (max_rows_per_fragment,intra_applier_concurrency, …). Regenerated the Python (urllib3) and Rust (reqwest) client models and their docs; updated the spec model doc and the urllib3 test stub.Geneva feature-detects the field, so it forwards
source_task_sizeonce a release carries it and degrades gracefully on older versions.Test plan
openapi-spec-validator docs/src/spec.yaml→ OKsource_task_size(set / omitted / from_dict)Follow-ups (separate repos)
lance-namespace-reqwest-client, rebuildRestNamespacebindings, publish a pylance beta.🤖 Generated with Claude Code