Commit 9bff326
authored
Fix expression tests (#2632)
`test_not_equal_to_invert` should test unbound References,
Bound one are tested here:
https://github.com/apache/iceberg-python/blob/d99936a6aa1758577c27532eb4f91bd15053ce92/tests/expressions/test_expressions.py#L363-L373
<!--
Thanks for opening a pull request!
-->
<!-- In the case this PR will resolve an issue, please replace
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
<!-- Closes #${GITHUB_ISSUE_ID} -->
# Rationale for this change
## Are these changes tested?
## Are there any user-facing changes?
<!-- In the case of user-facing changes, please add the changelog label.
-->1 parent d99936a commit 9bff326
1 file changed
+6
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
| 430 | + | |
434 | 431 | | |
435 | 432 | | |
436 | 433 | | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
| 434 | + | |
441 | 435 | | |
442 | 436 | | |
443 | 437 | | |
444 | 438 | | |
445 | 439 | | |
446 | 440 | | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
| 441 | + | |
451 | 442 | | |
452 | 443 | | |
453 | 444 | | |
454 | | - | |
455 | | - | |
456 | | - | |
457 | | - | |
| 445 | + | |
458 | 446 | | |
459 | 447 | | |
460 | 448 | | |
461 | 449 | | |
462 | 450 | | |
463 | 451 | | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | | - | |
| 452 | + | |
468 | 453 | | |
469 | 454 | | |
470 | 455 | | |
471 | | - | |
472 | | - | |
473 | | - | |
474 | | - | |
| 456 | + | |
475 | 457 | | |
476 | 458 | | |
477 | 459 | | |
| |||
0 commit comments