We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc2c04 commit c767a83Copy full SHA for c767a83
tests/sqllogictests/suites/mode/cluster/memo/join_property.test
@@ -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_
119
----
120
Memo
121
├── root group: #5
122
-├── estimated memory: 5.16 KiB
+├── estimated memory: 6.53 KiB
123
├── Group #0
124
│ ├── Best properties
125
│ │ ├── { 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
161
162
163
164
165
166
167
0 commit comments