-
Notifications
You must be signed in to change notification settings - Fork 740
YQL-16218 fix SqlIn for tuples #801
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
YQL-16218 fix SqlIn for tuples #801
Conversation
|
Note This is an automated comment that will be appended during run. 🔴 linux-x86_64-release-asan: some tests FAILED for commit 674f875.
🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 674f875.
|
ydb/library/yql/core/peephole_opt/yql_opt_peephole_physical.cpp
Outdated
Show resolved
Hide resolved
ydb/library/yql/core/peephole_opt/yql_opt_peephole_physical.cpp
Outdated
Show resolved
Hide resolved
| ctx.NewCallable( | ||
| pos, | ||
| "Nth", | ||
| {collection, ctx.NewAtom(pos, ToString(i))} |
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.
ctx.NewAtom(pos, ui32(i))
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.
fixed
|
pr to contrib: https://a.yandex-team.ru/review/5112381/details |
YQL-16218 fix SqlIn for tuples
No description provided.