-
Notifications
You must be signed in to change notification settings - Fork 740
[KQP RBO] Add simple predicate push down for left join on right side #19354
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
Conversation
|
🟢 |
64f05c8 to
c0a7a6a
Compare
|
⚪ DetailsTest history | Ya make output | Test bloat
⚪ Test history | 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 |
|
⚪ DetailsTest history | Ya make output | Test bloat
⚪ DetailsTest history | Ya make output | Test bloat | Test bloat
⚪ Test history | 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 |
| YQL_CLOG(TRACE, CoreDq) << "Wrong join type"; | ||
| if (join->JoinKind != "Inner" && join->JoinKind != "Cross" && to_lower(join->JoinKind) != "left") { | ||
| YQL_CLOG(TRACE, CoreDq) << "Wrong join type " << join->JoinKind << Endl; | ||
| return input; |
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.
Вот это все безобразие с to_lower очень не нравится - давай сегодня обсудим на встрече? Я бы вообще Enum ввел, но YQL просили так не делать, если хотим чтобы они в какой-либо перспективе взяли себе в upstream
Changelog entry
...
Changelog category
Description for reviewers
...
#19801