Commit 6ab7f9c
[core] Fix null partition value mismatch in PartitionsTable filterByPredicate
filterByPredicate used raw p.spec().get(key) which renders null as literal
"null", while toRow substitutes null with defaultPartitionName. This caused
predicate pushdown to fail matching null-valued partitions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 1116648 commit 6ab7f9c
1 file changed
Lines changed: 3 additions & 1 deletion
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
| 432 | + | |
432 | 433 | | |
433 | 434 | | |
434 | 435 | | |
| |||
437 | 438 | | |
438 | 439 | | |
439 | 440 | | |
| 441 | + | |
440 | 442 | | |
441 | 443 | | |
442 | | - | |
| 444 | + | |
443 | 445 | | |
444 | 446 | | |
445 | 447 | | |
| |||
0 commit comments