-
Notifications
You must be signed in to change notification settings - Fork 727
support renames for dq joins #26897
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
support renames for dq joins #26897
Conversation
🟢 |
⚪ |
⚪ |
⚪
🟢
*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 |
⚪ ⚪ Ya make output | Test bloat | Test bloat
⚪ Ya make output | Test bloat | Test bloat | Test bloat
🟢
*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 |
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ ⚪ Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
auto returnType = NCommon::BuildType(*node.GetTypeAnn(), ctx.PgmBuilder(), errorStream); | ||
YQL_ENSURE(returnType, "Failed to build return type: " << errorStream.Str()); | ||
|
||
auto graceJoinRenames = [&]{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: why gracejoin?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest not calling the format with two arrays “gracejoin.” Let’s just call it “the format with two arrays,” since “gracejoin” causes confusion. It’s not urgent for this PR.
return td; | ||
} | ||
|
||
void Test(TJoinTestData testData, bool blockJoin) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add an assert inside the join to ensure these types are not used. It’s not urgent for this PR.
closes: #25784
closes: #26780
...
Changelog category
Description for reviewers
todo: check if benchmarks work, and try to add data validation to ydb/core/kqp/ut/join/kqp_block_hash_join_ut.cpp
...