Commit 424ef47
Fix FilterExec tree render missing fetch display
When `FilterExec` has a `fetch` (limit pushed down), the `TreeRender`
display format does not show it, while `Default`/`Verbose` formats do.
This makes `EXPLAIN FORMAT TREE` output incomplete for queries with
LIMIT pushed into FilterExec.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1a0af76 commit 424ef47
2 files changed
Lines changed: 25 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
505 | 505 | | |
506 | 506 | | |
507 | 507 | | |
508 | | - | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
509 | 513 | | |
510 | 514 | | |
511 | 515 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
388 | 407 | | |
389 | 408 | | |
390 | 409 | | |
| |||
867 | 886 | | |
868 | 887 | | |
869 | 888 | | |
870 | | - | |
| 889 | + | |
871 | 890 | | |
872 | 891 | | |
873 | 892 | | |
| |||
0 commit comments