Commit 7d1e66d
authored
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 🤦🏻1 parent c62c77f commit 7d1e66d
File tree
2 files changed
+28
-0
lines changed- crates/store/re_datafusion/src
- rerun_py/tests/e2e_redap_tests
2 files changed
+28
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
311 | 317 | | |
312 | 318 | | |
313 | 319 | | |
| |||
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments