-
Notifications
You must be signed in to change notification settings - Fork 606
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
[RFC] Add checkpoint support for streamlookup #9299
[RFC] Add checkpoint support for streamlookup #9299
Conversation
InputTransforms reads data from channels, so it should not be suspended during checkpoints.
7e2bae5
to
45360c8
Compare
45360c8
to
100a772
Compare
⚪ ⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
ydb/library/yql/dq/actors/input_transforms/dq_input_transform_lookup.cpp
Show resolved
Hide resolved
(cherry picked from commit c5d3c1a)
Changelog entry
...
Changelog category
Additional information
Requires #9072 (cherry-pick included to avoid testcase failures/etc, should be applied after).