Skip to content

Commit 021dbb0

Browse files
committed
fixes
1 parent b29b456 commit 021dbb0

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

ydb/core/kqp/ut/join/data/join_order/tpch9_1000s.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
"op_name":"InnerJoin (Grace)",
33
"args":
44
[
5+
{
6+
"op_name":"TableFullScan",
7+
"table":"orders"
8+
},
59
{
610
"op_name":"InnerJoin (Grace)",
711
"args":
812
[
913
{
1014
"op_name":"TableFullScan",
11-
"table":"orders"
15+
"table":"lineitem"
1216
},
1317
{
1418
"op_name":"InnerJoin (Grace)",
1519
"args":
1620
[
17-
{
18-
"op_name":"TableFullScan",
19-
"table":"lineitem"
20-
},
2121
{
2222
"op_name":"InnerJoin (Grace)",
2323
"args":
@@ -31,24 +31,24 @@
3131
"table":"part"
3232
}
3333
]
34+
},
35+
{
36+
"op_name":"InnerJoin (MapJoin)",
37+
"args":
38+
[
39+
{
40+
"op_name":"TableFullScan",
41+
"table":"supplier"
42+
},
43+
{
44+
"op_name":"TableFullScan",
45+
"table":"nation"
46+
}
47+
]
3448
}
3549
]
3650
}
3751
]
38-
},
39-
{
40-
"op_name":"InnerJoin (MapJoin)",
41-
"args":
42-
[
43-
{
44-
"op_name":"TableFullScan",
45-
"table":"supplier"
46-
},
47-
{
48-
"op_name":"TableFullScan",
49-
"table":"nation"
50-
}
51-
]
5252
}
5353
]
5454
}

ydb/core/kqp/ut/join/data/join_order/tpch9_1000s_column_store.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@
1111
"args":
1212
[
1313
{
14-
"op_name":"InnerJoin (MapJoin)",
15-
"args":
16-
[
17-
{
18-
"op_name":"TableFullScan",
19-
"table":"supplier"
20-
},
21-
{
22-
"op_name":"TableFullScan",
23-
"table":"nation"
24-
}
25-
]
14+
"op_name":"TableFullScan",
15+
"table":"lineitem"
2616
},
2717
{
2818
"op_name":"InnerJoin (Grace)",
2919
"args":
3020
[
3121
{
32-
"op_name":"TableFullScan",
33-
"table":"lineitem"
22+
"op_name":"InnerJoin (MapJoin)",
23+
"args":
24+
[
25+
{
26+
"op_name":"TableFullScan",
27+
"table":"supplier"
28+
},
29+
{
30+
"op_name":"TableFullScan",
31+
"table":"nation"
32+
}
33+
]
3434
},
3535
{
3636
"op_name":"InnerJoin (Grace)",

0 commit comments

Comments
 (0)