File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
datafusion/sqllogictest/test_files Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1308,7 +1308,7 @@ physical_plan
1308130811)┌─────────────┴─────────────┐┌─────────────┴─────────────┐
1309130912)│ DataSourceExec ││ DataSourceExec │
1310131013)│ -------------------- ││ -------------------- │
1311- 14)│ bytes: 6040 ││ bytes: 6040 │
1311+ 14)│ bytes: 5932 ││ bytes: 5932 │
1312131215)│ format: memory ││ format: memory │
1313131316)│ rows: 1 ││ rows: 1 │
1314131417)└───────────────────────────┘└───────────────────────────┘
@@ -1792,7 +1792,7 @@ physical_plan
1792179211)┌─────────────┴─────────────┐
1793179312)│ DataSourceExec │
1794179413)│ -------------------- │
1795- 14)│ bytes: 2672 │
1795+ 14)│ bytes: 2576 │
1796179615)│ format: memory │
1797179716)│ rows: 1 │
1798179817)└───────────────────────────┘
@@ -1815,7 +1815,7 @@ physical_plan
1815181511)┌─────────────┴─────────────┐
1816181612)│ DataSourceExec │
1817181713)│ -------------------- │
1818- 14)│ bytes: 2672 │
1818+ 14)│ bytes: 2576 │
1819181915)│ format: memory │
1820182016)│ rows: 1 │
1821182117)└───────────────────────────┘
@@ -1838,7 +1838,7 @@ physical_plan
1838183811)┌─────────────┴─────────────┐
1839183912)│ DataSourceExec │
1840184013)│ -------------------- │
1841- 14)│ bytes: 2672 │
1841+ 14)│ bytes: 2576 │
1842184215)│ format: memory │
1843184316)│ rows: 1 │
1844184417)└───────────────────────────┘
Original file line number Diff line number Diff line change @@ -73,4 +73,3 @@ query I
7373SELECT getbit(11, NULL);
7474----
7575NULL
76-
You can’t perform that action at this time.
0 commit comments