-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
[box plot] rows pill shows aggregated number; row limit can be hit silently #17042
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
This issue should not be closed by the stale bot, in my eyes. |
bump |
bump |
I don't think "bump" comments actually help get this to the top of anyone's inbox. Are you interested in providing a fix for this at all? It's legit, and nearly identical to the other issue you posted here: #26402 Perhaps you'd want to carry a similar fix from the other PR (#27700) that solved your other problem over to this chart? |
Sorry, I should have rephrased it to "please don't close, as the issue is still existing in the most recent release and I feel that it's important enough to remain open for better traceability/visibility". I'm sorry that I don't have the resources to resolve the issue myself. All I can do is raise awareness of the criticality of it. |
Actually, we can also close it. |
hi @rumbin, I have the same issue as you, that the plot's statistic is different because the row limit is exceeded, can you please share how you resolve this? thank you. |
hi @rumbin, I too don't understand your recommendation. Can you please clarify? |
Explore's pill indicator of the number of result rows is showing wrong numbers for Box Plots.
Instead of the number of rows returned from the DB query it displays the number of aggregated rows.
This way, users have no clue if the row limit kicked in and the box plot is based on incomplete data.
Furthermore, the row limit is...
How to reproduce the bug
Expected results
Minimal:
Ideal, additionally:
Actual results
Screenshots/Screencasts
The row count pill shows only 7 result rows:
The Data table lists these aggregated rows of the 7 distinct series:
The query applies the configured ROW_LIMIT of 100000:
A Big Number that calculates the distinct count of entities that the box plot was distributed across proves that the ccardinality is much higher than the ROW_LIMIT and therefore the boxplot was based on incomplete data witghout the row count pill turning red:
Environment
Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
´pip freeze´
The text was updated successfully, but these errors were encountered: