-
Notifications
You must be signed in to change notification settings - Fork 5k
fix(subq/cache): bypass subquery cache per event #35335
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
Open
stephenkgu
wants to merge
36
commits into
main
Choose a base branch
from
fix/6984935627
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
491f2f2
fix(subq/cache): bypass subquery cache per event
stephenkgu f05d247
test suites for bypass subquery result cache per event
stephenkgu 0bb85be
use the form of old type for clarity
stephenkgu 2e85723
new fix for slot updating, and new suite to cateh this edge case
stephenkgu 47d27ea
Potential fix for pull request finding
stephenkgu 1a47156
Potential fix for pull request finding
stephenkgu 10d15af
Potential fix for pull request finding
stephenkgu 1eead38
Potential fix for pull request finding
stephenkgu 71048f2
fix: per-event refetch for REMOTE_VALUE_LIST and REMOTE_ROW; reset is…
stephenkgu 6b728f0
test: actively wait for event 4 to settle in test_where_subquery
stephenkgu 4bdb269
test: poll for seed-row visibility instead of fixed 10s sleeps
stephenkgu 04c4e75
test: remove unused expected_ts in seed-row poll
stephenkgu 3ee4f60
Potential fix for pull request finding
stephenkgu 4c24913
fix: per-event refetch for REMOTE_ZERO_ROWS in stream mode
stephenkgu e0ac5e3
fix: reset cached IN-list presence flags on stream invalidation
stephenkgu 137ca30
fix: keep REMOTE_ROW typed as remote on stream completion
stephenkgu 2fa5f04
Merge branch 'main' into fix/6984935627
stephenkgu 00614a5
test: split event 5 into insert5/check5 step methods
stephenkgu b2a6aa3
test: defer event-4 stale-(1,1) check to check5 to avoid 60s wait
stephenkgu b70a74a
test: aggregate EXISTS projection so each event emits one row
stephenkgu c721799
doc: clarify stream-mode subResNodes[] usage in qFetchRemoteNode
stephenkgu c11b25a
fix: extract literal PK bounds in stream remote-value cond
stephenkgu be6e943
test: document EXISTS coverage in class docstring
stephenkgu c50fe41
Potential fix for pull request finding
stephenkgu c6e6b3f
Potential fix for pull request finding
stephenkgu 9b37877
fix: remove dead non-stream branch in handleRemoteRowRes EOF path
stephenkgu 059be77
Merge branch 'fix/6984935627' of https://github.com/taosdata/TDengine…
stephenkgu ff12863
fix: free prior var-length datum.p in setValueFromResBlock
stephenkgu 86e1af4
test: set _rows_after_e3 in check3 for check4 baseline
stephenkgu 3a6ea8f
fix: strip remote children before extracting PK time range in stream
stephenkgu a17ef4e
fix: propagate clone failure in stream PK time-range probe
stephenkgu 1949f2f
Potential fix for pull request finding
stephenkgu a4a9b62
fix: preserve and intersect incoming scan window in stream PK probe
stephenkgu ad0163c
test: clarify event 5 NULL-mask comment without review-thread reference
stephenkgu 2d5da53
Potential fix for pull request finding
stephenkgu 819bae4
test: fix IN-list check3 race by waiting for event 3 before insert4
stephenkgu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.