Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue in SQL-over-native where normalization is required (#8122)
We index into extra_counts unconditionally, which is wrong. This will fix #8104. I'm splitting it out because if we merge #8104, we will want to revert it eventually, but we want this fix to survive.
- Loading branch information