Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(mql): Fix MQL groupby and filter formula test (#76942)
After updating the MQL snuba parser code to support joins for formulas, this test should be updated by removing `platform` from the groupby clause since it is already a filter in both `query_1` and `query_2`. If `platform` also exists in the groupby, then it should not be able to join and therefore return no data.
- Loading branch information