File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -204,6 +204,7 @@ impl DisplayAs for SortPreservingMergeExec {
204204 write ! ( f, ", " ) ?;
205205 }
206206 }
207+ writeln ! ( f) ?;
207208 if let Some ( fetch) = self . fetch {
208209 writeln ! ( f, "limit={fetch}" ) ?;
209210 } ;
Original file line number Diff line number Diff line change @@ -1696,10 +1696,10 @@ physical_plan
1696169601)┌───────────────────────────┐
1697169702)│ SortPreservingMergeExec │
1698169803)│ -------------------- │
1699- 04)│ ticker ASC NULLS LAST, │
1700- 05)│ time ASC NULLS │
1701- 06)│ LASTlimit: │
1702- 07)│ 5 │
1699+ 04)│ limit: 5 │
1700+ 05)│ │
1701+ 06)│ ticker ASC NULLS LAST, │
1702+ 07)│ time ASC NULLS LAST │
1703170308)└─────────────┬─────────────┘
1704170409)┌─────────────┴─────────────┐
1705170510)│ CoalesceBatchesExec │
You can’t perform that action at this time.
0 commit comments