Staging - #408
Merged
Merged
Conversation
…migration-test fix(demo): deduplicate materialization and parallelize result uploads
| import sqlalchemy as sa | ||
|
|
||
|
|
||
| revision: str = "0b1c2d3e4f5a" |
|
|
||
|
|
||
| revision: str = "0b1c2d3e4f5a" | ||
| down_revision: str | Sequence[str] | None = "e4f5a6b7c8d9" |
|
|
||
| revision: str = "0b1c2d3e4f5a" | ||
| down_revision: str | Sequence[str] | None = "e4f5a6b7c8d9" | ||
| branch_labels: Sequence[str] | None = None |
| revision: str = "0b1c2d3e4f5a" | ||
| down_revision: str | Sequence[str] | None = "e4f5a6b7c8d9" | ||
| branch_labels: Sequence[str] | None = None | ||
| depends_on: Sequence[str] | None = None |
fix(retrieval): retain connected body chunks for asset filters
…migration-test perf: bulk materialization publication writes
Classic image/table queries compared full-revision index.unit_count to the filtered unit subset, so a complete index looked unusable and returned 500. Co-authored-by: Cursor <cursoragent@cursor.com>
…lized local variable' Initialize the revision-inventory flag before the async storage-mismatch branch so CodeQL sees it on every path. Co-authored-by: Cursor <cursoragent@cursor.com>
…lized local variable' Inline the subset-inventory condition so the extra local is gone. CodeQL kept flagging the use of that name even after it was assigned earlier. Co-authored-by: Cursor <cursoragent@cursor.com>
…mpleteness fix(retrieval): skip map-unit count equality on asset filters
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.
No description provided.