tidyverse / dbplyr

Database (DBI) backend for dplyr
https://dbplyr.tidyverse.org
Other
469 stars 169 forks source link

Keep filtered aggregates with subsequent select in semi_join #1475

Closed ejneer closed 3 months ago

ejneer commented 4 months ago

Fixes #1474

hadley commented 3 months ago

This seems like a low risk change (since we're choosing not to do a simplification in one case) and I'm about to release, so I've merged it. Thanks for the fix!