Commit d769eb6
fix CI: register SamplePushdown in docs and explain.slt; broken doc link
- optimizer_rule_reference.md: add SamplePushdown entry between
PushdownSort and EnsureCooperative so the
physical_rules_match_documented_order test matches the registered
pipeline.
- explain.slt: add `physical_plan after SamplePushdown SAME TEXT AS
ABOVE` line under each PushdownSort line so the verbose-explain
snapshots stay in sync with the new rule.
- physical-plan/sample.rs: drop the intra-doc link to `Sample` from
the SampleExec docstring; that node lives in datafusion-expr and
the link can't resolve from physical-plan.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 03c13b6 commit d769eb6
3 files changed
Lines changed: 9 additions & 4 deletions
File tree
- datafusion
- core/src
- physical-plan/src
- sqllogictest/test_files
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| 252 | + | |
252 | 253 | | |
253 | 254 | | |
254 | 255 | | |
| |||
332 | 333 | | |
333 | 334 | | |
334 | 335 | | |
| 336 | + | |
335 | 337 | | |
336 | 338 | | |
337 | 339 | | |
| |||
379 | 381 | | |
380 | 382 | | |
381 | 383 | | |
| 384 | + | |
382 | 385 | | |
383 | 386 | | |
384 | 387 | | |
| |||
624 | 627 | | |
625 | 628 | | |
626 | 629 | | |
| 630 | + | |
627 | 631 | | |
628 | 632 | | |
629 | 633 | | |
| |||
0 commit comments