You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user provides incorrect join keys, they might make the filter logic produce incorrect data. One common pattern is when the parent-child mappings are reversed. This would make the child filter the parent and cause unusual behavior.
Added a screenshot in the description. The problem is with the improper joins in the filter panel. There are 2400 rows of ADSL created which are just duplicates of the 400 actual rows.
We should have an error or warning when when invalidations occur due to bad user input, in this case improper parent-child mapping.
Feature description
If a user provides incorrect join keys, they might make the filter logic produce incorrect data. One common pattern is when the parent-child mappings are reversed. This would make the child filter the parent and cause unusual behavior.
Example app to reproduce this error:
Code of Conduct
Contribution Guidelines
Security Policy
The text was updated successfully, but these errors were encountered: