Commit 16023ed
authored
### Rationale for this change
- In order to remove the legacy TODO (from 9cb49f3)
- To test non-boolean expressions to be rejected in the filter
### What changes are included in this PR?
Added a couple of tests for non-boolean expressions at filter in to_table
### Are these changes tested?
Yes, locally via `pytest pyarrow/tests/test_dataset.py`.
### Are there any user-facing changes?
No, test-only.
* GitHub Issue: #48404
Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Adam Reeve <[email protected]>
1 parent c7ac877 commit 16023ed
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
435 | | - | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
436 | 443 | | |
437 | 444 | | |
438 | 445 | | |
| |||
0 commit comments