-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Summarizing with implicit join does not allow subsequent joins #17767
Labels
Priority:P2
Average run of the mill bug
Querying/Nested Queries
Questions based on other saved questions
.Regression
Bugs that were previously fixed and/or bugs unintentionally shipped with new features.
.Reproduced
Issues reproduced in test (usually Cypress)
Type:Bug
Product defects
Milestone
Comments
flamber
added
Type:Bug
Product defects
Priority:P2
Average run of the mill bug
Querying/Nested Queries
Questions based on other saved questions
.Regression
Bugs that were previously fixed and/or bugs unintentionally shipped with new features.
labels
Sep 4, 2021
nemanjaglumac
added a commit
that referenced
this issue
Oct 17, 2021
Working on getting #16656 merged in to make this sort of thing easy to fix. |
9 tasks
This will be fixed by #19384 |
Fixed by #19384 |
This was referenced Mar 15, 2023
nemanjaglumac
added a commit
that referenced
this issue
Jun 9, 2023
This flake has a different cause than the rest of the flakes in this PR. The request `POST /api/dataset` is timing out in CI. It takes more than 30 seconds to complete, and Cypress times out in meantime. This is suspiciously slow, even for CI. I'm trying to limit the number of results by limiting rows in the original query. This reduces the number of total results (after the join) from 1,136 rows to just 9.
nemanjaglumac
added a commit
that referenced
this issue
Jun 12, 2023
* Fix join flake for field literals Example of a failed run from the past: https://www.deploysentinel.com/ci/runs/647ff0426bd09da7e252a052 * Fix flake in repro #12928 An example of the failed run from the past: https://www.deploysentinel.com/ci/runs/647f17d60baaca08b249b4aa This commit extracts the joins logic to select two saved questions to a seperate helper, because it seems we'll use it in many places. * Fix flake for repro #18512 An example of a previously failed CI run: https://www.deploysentinel.com/ci/runs/647f605e4d5097b4de537e07 * Fix flake for repro #18502 An example of a failed run from the past: https://www.deploysentinel.com/ci/runs/64807a6e45294b33d5240830 * Tentatively fix flake in repro #17767 This flake has a different cause than the rest of the flakes in this PR. The request `POST /api/dataset` is timing out in CI. It takes more than 30 seconds to complete, and Cypress times out in meantime. This is suspiciously slow, even for CI. I'm trying to limit the number of results by limiting rows in the original query. This reduces the number of total results (after the join) from 1,136 rows to just 9.
This was referenced May 8, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Priority:P2
Average run of the mill bug
Querying/Nested Queries
Questions based on other saved questions
.Regression
Bugs that were previously fixed and/or bugs unintentionally shipped with new features.
.Reproduced
Issues reproduced in test (usually Cypress)
Type:Bug
Product defects
Describe the bug
When aggregating by implicit join, then subsequent joins fails.
Regression since 0.39.4
Workaround: Use explicit joins.
To Reproduce
Full stacktrace
Expected behavior
Using explicit join works:
Information about your Metabase Installation:
Tested 0.37.8 thru 0.40.3.1 and master
ceb0af3
- regression since 0.39.4The text was updated successfully, but these errors were encountered: