Skip to content

Commit 0dc2c04

Browse files
committed
fix
1 parent 84ea90b commit 0dc2c04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ group by t_10.a, t_100.a
8989
----
9090
Memo
9191
├── root group: #8
92-
├── estimated memory: 21.09 KiB
92+
├── estimated memory: 26.72 KiB
9393
├── Group #0
9494
│ ├── Best properties
9595
│ │ ├── { dist: Any }: expr: #0, cost: 1000.000, children: []

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ select * from t_1000 left join t_10 on t_1000.a = t_10.a left join t_100 on t_10
7373
----
7474
Memo
7575
├── root group: #5
76-
├── estimated memory: 6.09 KiB
76+
├── estimated memory: 7.72 KiB
7777
├── Group #0
7878
│ ├── Best properties
7979
│ │ ├── { dist: Any }: expr: #0, cost: 1000.000, children: []

0 commit comments

Comments
 (0)