Skip to content
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

Fix cross join with list iterator. #4683

Merged
merged 5 commits into from
May 21, 2024

Conversation

Tony-Romanov
Copy link
Collaborator

No description provided.

@Tony-Romanov Tony-Romanov added area/yql YQL query language issues bugfix labels May 20, 2024
Copy link

github-actions bot commented May 20, 2024

2024-05-20 13:43:02 UTC Pre-commit check for e34dab3 has started.
2024-05-20 13:43:04 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-20 13:46:44 UTC Build successful.
2024-05-20 13:48:25 UTC Tests are running...
🔴 2024-05-20 15:41:52 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
69207 56488 0 17 12682 20

Copy link

github-actions bot commented May 20, 2024

2024-05-20 13:43:47 UTC Pre-commit check for e34dab3 has started.
2024-05-20 13:43:50 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-20 13:48:07 UTC Build successful.

Copy link

github-actions bot commented May 20, 2024

2024-05-20 13:44:25 UTC Pre-commit check for e34dab3 has started.
2024-05-20 13:44:27 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-20 13:48:13 UTC Build successful.
2024-05-20 13:49:56 UTC Tests are running...
🔴 2024-05-20 15:37:55 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
10244 10155 0 31 48 10

@Tony-Romanov Tony-Romanov linked an issue May 20, 2024 that may be closed by this pull request
Copy link

github-actions bot commented May 20, 2024

2024-05-20 15:50:40 UTC Pre-commit check for 1e205fe has started.
2024-05-20 15:50:44 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-20 15:53:45 UTC Build successful.
2024-05-20 15:55:29 UTC Tests are running...
🔴 2024-05-20 17:45:46 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
69204 56510 0 4 12681 9

Copy link

github-actions bot commented May 20, 2024

2024-05-20 15:52:53 UTC Pre-commit check for 1e205fe has started.
2024-05-20 15:52:56 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-20 15:56:07 UTC Build successful.

Copy link

github-actions bot commented May 20, 2024

2024-05-20 15:52:54 UTC Pre-commit check for 1e205fe has started.
2024-05-20 15:52:57 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-20 15:55:28 UTC Build successful.
2024-05-20 15:57:12 UTC Tests are running...
🔴 2024-05-20 17:47:08 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
10250 10152 0 25 58 15

@Tony-Romanov Tony-Romanov marked this pull request as ready for review May 20, 2024 18:22
@Tony-Romanov Tony-Romanov requested a review from a team as a code owner May 20, 2024 18:22
@Tony-Romanov Tony-Romanov enabled auto-merge (squash) May 20, 2024 18:22
Copy link

github-actions bot commented May 21, 2024

2024-05-21 09:17:09 UTC Pre-commit check for 04d4301 has started.
2024-05-21 09:17:12 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-21 09:20:44 UTC Build successful.
2024-05-21 09:22:30 UTC Tests are running...
🔴 2024-05-21 11:12:29 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
10256 10158 0 34 49 15

Copy link

github-actions bot commented May 21, 2024

2024-05-21 09:17:17 UTC Pre-commit check for 04d4301 has started.
2024-05-21 09:17:20 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-21 09:21:22 UTC Build successful.

Copy link

github-actions bot commented May 21, 2024

2024-05-21 09:19:36 UTC Pre-commit check for 04d4301 has started.
2024-05-21 09:19:39 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-21 09:23:14 UTC Build successful.
2024-05-21 09:24:56 UTC Tests are running...
🟢 2024-05-21 11:14:56 UTC Tests successful.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
69223 56523 0 0 12692 8

auto deps = children.back()->ChildrenList();
deps.emplace_back(upperArg);
children.back() = ctx.ChangeChildren(*children.back(), std::move(deps));
; break;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

redundant ;

@mxkovalev
Copy link
Member

When I rerun an example from the issue, data generated from cross_join(a, b) and cross_join(b, a) are very different.

Copy link

github-actions bot commented May 21, 2024

2024-05-21 12:57:43 UTC Pre-commit check for 14e7912 has started.
2024-05-21 12:57:46 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-21 13:01:21 UTC Build successful.
2024-05-21 13:03:11 UTC Tests are running...
🔴 2024-05-21 14:57:03 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
10258 10152 0 36 54 16

Copy link

github-actions bot commented May 21, 2024

2024-05-21 13:03:45 UTC Pre-commit check for 14e7912 has started.
2024-05-21 13:03:48 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-21 13:07:33 UTC Build successful.

Copy link

github-actions bot commented May 21, 2024

2024-05-21 13:05:36 UTC Pre-commit check for 14e7912 has started.
2024-05-21 13:05:37 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-21 13:09:03 UTC Build successful.
2024-05-21 13:10:40 UTC Tests are running...
🔴 2024-05-21 15:06:10 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
69227 56508 0 4 12696 19

@Tony-Romanov Tony-Romanov merged commit 22bd429 into ydb-platform:main May 21, 2024
3 of 5 checks passed
@Tony-Romanov Tony-Romanov deleted the cross_join branch May 21, 2024 14:34
MrLolthe1st pushed a commit to MrLolthe1st/ydb that referenced this pull request May 28, 2024
@niksaveliev niksaveliev mentioned this pull request May 29, 2024
This was referenced Jun 7, 2024
@niksaveliev niksaveliev mentioned this pull request Jun 17, 2024
mxkovalev added a commit to mxkovalev/ydb that referenced this pull request Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/yql YQL query language issues bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

YQL: Cross join results depends on input order
2 participants