@@ -1353,15 +1353,15 @@ ORDER BY "date", "time";
1353
1353
physical_plan
1354
1354
01)┌───────────────────────────┐
1355
1355
02)│ SortPreservingMergeExec │
1356
- 03)└─────────────┬─────────────┘
1357
- 04)┌─────────────┴─────────────┐
1358
- 05)│ CoalesceBatchesExec │
1359
- 06)└─────────────┬─────────────┘
1360
- 07)┌─────────────┴─────────────┐
1361
- 08)│ FilterExec │
1362
- 09)│ -------------------- │
1363
- 10)│ predicate: │
1364
- 11)│ ticker@1 = A │
1356
+ 03)│ -------------------- │
1357
+ 04)│ expr0: │
1358
+ 05)│ date@0 ASC NULLS LAST │
1359
+ 06)│ │
1360
+ 07)│ expr1: │
1361
+ 08)│ time@2 ASC NULLS LAST │
1362
+ 09)└─────────────┬─────────────┘
1363
+ 10)┌─────────────┴─────────────┐
1364
+ 11)│ CoalesceBatchesExec │
1365
1365
12)└─────────────┬─────────────┘
1366
1366
13)┌─────────────┴─────────────┐
1367
1367
14)│ RepartitionExec │
@@ -1389,9 +1389,9 @@ ORDER BY "time"
1389
1389
physical_plan
1390
1390
01)┌───────────────────────────┐
1391
1391
02)│ SortPreservingMergeExec │
1392
- 03)└─────────────┬─────────────┘
1393
- 04)┌─────────────┴─────────────┐
1394
- 05)│ CoalesceBatchesExec │
1392
+ 03)│ -------------------- │
1393
+ 04)│ expr0: │
1394
+ 05)│ time@2 ASC NULLS LAST │
1395
1395
06)└─────────────┬─────────────┘
1396
1396
07)┌─────────────┴─────────────┐
1397
1397
08)│ FilterExec │
@@ -1425,9 +1425,9 @@ ORDER BY "date"
1425
1425
physical_plan
1426
1426
01)┌───────────────────────────┐
1427
1427
02)│ SortPreservingMergeExec │
1428
- 03)└─────────────┬─────────────┘
1429
- 04)┌─────────────┴─────────────┐
1430
- 05)│ CoalesceBatchesExec │
1428
+ 03)│ -------------------- │
1429
+ 04)│ expr0: │
1430
+ 05)│ date@0 ASC NULLS LAST │
1431
1431
06)└─────────────┬─────────────┘
1432
1432
07)┌─────────────┴─────────────┐
1433
1433
08)│ FilterExec │
@@ -1537,15 +1537,15 @@ ORDER BY "ticker", "time";
1537
1537
physical_plan
1538
1538
01)┌───────────────────────────┐
1539
1539
02)│ SortPreservingMergeExec │
1540
- 03)└─────────────┬─────────────┘
1541
- 04)┌─────────────┴─────────────┐
1542
- 05)│ CoalesceBatchesExec │
1543
- 06)└─────────────┬─────────────┘
1544
- 07)┌─────────────┴─────────────┐
1545
- 08)│ FilterExec │
1546
- 09)│ -------------------- │
1547
- 10)│ predicate: │
1548
- 11)│ date@0 = 2006-01-02 │
1540
+ 03)│ -------------------- │
1541
+ 04)│ expr0: │
1542
+ 05)│ ticker@1 ASC NULLS LAST │
1543
+ 06)│ │
1544
+ 07)│ expr1: │
1545
+ 08)│ time@2 ASC NULLS LAST │
1546
+ 09)└─────────────┬─────────────┘
1547
+ 10)┌─────────────┴─────────────┐
1548
+ 11)│ CoalesceBatchesExec │
1549
1549
12)└─────────────┬─────────────┘
1550
1550
13)┌─────────────┴─────────────┐
1551
1551
14)│ RepartitionExec │
0 commit comments