File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,9 @@ impl DisplayAs for SortPreservingMergeExec {
204
204
write ! ( f, ", " ) ?;
205
205
}
206
206
}
207
+
207
208
if let Some ( fetch) = self . fetch {
209
+ writeln ! ( f) ?;
208
210
writeln ! ( f, "limit={fetch}" ) ?;
209
211
} ;
210
212
Original file line number Diff line number Diff line change @@ -1696,10 +1696,10 @@ physical_plan
1696
1696
01)┌───────────────────────────┐
1697
1697
02)│ SortPreservingMergeExec │
1698
1698
03)│ -------------------- │
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 │
1703
1703
08)└─────────────┬─────────────┘
1704
1704
09)┌─────────────┴─────────────┐
1705
1705
10)│ CoalesceBatchesExec │
You can’t perform that action at this time.
0 commit comments