Skip to content

Commit c767a83

Browse files
committed
fix
1 parent 0dc2c04 commit c767a83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/sqllogictests/suites/mode/cluster/memo/join_property.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ select * from t_1000 right join t_10 on t_1000.a = t_10.a right join t_100 on t_
119119
----
120120
Memo
121121
├── root group: #5
122-
├── estimated memory: 5.16 KiB
122+
├── estimated memory: 6.53 KiB
123123
├── Group #0
124124
│ ├── Best properties
125125
│ │ ├── { dist: Any }: expr: #0, cost: 1000.000, children: []
@@ -161,7 +161,7 @@ select * from t_1000 full join t_10 on t_1000.a = t_10.a full join t_100 on t_10
161161
----
162162
Memo
163163
├── root group: #5
164-
├── estimated memory: 5.16 KiB
164+
├── estimated memory: 6.53 KiB
165165
├── Group #0
166166
│ ├── Best properties
167167
│ │ ├── { dist: Any }: expr: #0, cost: 1000.000, children: []

0 commit comments

Comments
 (0)