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
Fix dataframe queries failing on empty datasets (#11846)
### Related
- Fixes RR-2819
### What
Title. This was due to matching selectors to actual schema, which
involved sorbet stuff, which failed on missing `RowId` columns. Fixed by
short-circuiting the empty dataset case. Also added a test which, like
many more, should have been here in the first place 🤦🏻