Skip to content

Commit f642391

Browse files
committed
fix
1 parent 3ad61b3 commit f642391

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

datafusion/sqllogictest/test_files/explain_tree.slt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@ physical_plan
13081308
11)┌─────────────┴─────────────┐┌─────────────┴─────────────┐
13091309
12)│ DataSourceExec ││ DataSourceExec │
13101310
13)│ -------------------- ││ -------------------- │
1311-
14)│ bytes: 6040 ││ bytes: 6040
1311+
14)│ bytes: 5932 ││ bytes: 5932
13121312
15)│ format: memory ││ format: memory │
13131313
16)│ rows: 1 ││ rows: 1 │
13141314
17)└───────────────────────────┘└───────────────────────────┘
@@ -1792,7 +1792,7 @@ physical_plan
17921792
11)┌─────────────┴─────────────┐
17931793
12)│ DataSourceExec │
17941794
13)│ -------------------- │
1795-
14)│ bytes: 2672
1795+
14)│ bytes: 2576
17961796
15)│ format: memory │
17971797
16)│ rows: 1 │
17981798
17)└───────────────────────────┘
@@ -1815,7 +1815,7 @@ physical_plan
18151815
11)┌─────────────┴─────────────┐
18161816
12)│ DataSourceExec │
18171817
13)│ -------------------- │
1818-
14)│ bytes: 2672
1818+
14)│ bytes: 2576
18191819
15)│ format: memory │
18201820
16)│ rows: 1 │
18211821
17)└───────────────────────────┘
@@ -1838,7 +1838,7 @@ physical_plan
18381838
11)┌─────────────┴─────────────┐
18391839
12)│ DataSourceExec │
18401840
13)│ -------------------- │
1841-
14)│ bytes: 2672
1841+
14)│ bytes: 2576
18421842
15)│ format: memory │
18431843
16)│ rows: 1 │
18441844
17)└───────────────────────────┘

datafusion/sqllogictest/test_files/spark/bitwise/getbit.slt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,3 @@ query I
7373
SELECT getbit(11, NULL);
7474
----
7575
NULL
76-

0 commit comments

Comments
 (0)