Skip to content

Commit d5ce9e0

Browse files
committed
Update metrics for yaml test
1 parent 4696111 commit d5ce9e0

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
1+
22
N
3-
%simple-query-with-different-debuggers%EXPLAIN select * from t1 where id > 1�
4-
����"* ���(0��I8@9SCAN(<,>) | FILTER _.ID GREATER_THAN promote(@c8 AS LONG)�
5-
digraph G {
3+
%simple-query-with-different-debuggers%EXPLAIN select * from t1 where id > 1�
4+
����(. ⮢"(0��U8@9SCAN(<,>) | FILTER _.ID GREATER_THAN promote(@c8 AS LONG)� digraph G {
65
fontname=courier;
76
rankdir=BT;
87
splines=polyline;
9-
1 [ label=<<table border="0" cellborder="1" cellspacing="0" cellpadding="8"><tr><td align="left">Predicate Filter</td></tr><tr><td align="left">WHERE q9bd5c851_f08a_4d97_bc5d_1ae41728b1b7.ID GREATER_THAN promote(@c8 AS LONG)</td></tr></table>> color="black" shape="plain" style="solid" fillcolor="black" fontname="courier" fontsize="8" tooltip="RELATION(LONG AS ID, )" ];
10-
2 [ label=<<table border="0" cellborder="1" cellspacing="0" cellpadding="8"><tr><td align="left">Scan</td></tr><tr><td align="left">range: &lt;-∞, ∞&gt;</td></tr></table>> color="black" shape="plain" style="solid" fillcolor="black" fontname="courier" fontsize="8" tooltip="RELATION(LONG AS ID, )" ];
11-
3 [ label=<<table border="0" cellborder="1" cellspacing="0" cellpadding="8"><tr><td align="left">Primary Storage</td></tr><tr><td align="left">record types: [T1]</td></tr></table>> color="black" shape="plain" style="filled" fillcolor="lightblue" fontname="courier" fontsize="8" tooltip="RELATION(LONG AS ID, )" ];
8+
1 [ label=<<table border="0" cellborder="1" cellspacing="0" cellpadding="8"><tr><td align="left">Predicate Filter</td></tr><tr><td align="left">WHERE q79ec37de_a5fc_4400_a37d_cb4e48a80bfa.ID GREATER_THAN promote(@c8 AS LONG)</td></tr></table>> color="black" shape="plain" style="solid" fillcolor="black" fontname="courier" fontsize="8" tooltip="RELATION(LONG AS ID, STRING AS COL1)" ];
9+
2 [ label=<<table border="0" cellborder="1" cellspacing="0" cellpadding="8"><tr><td align="left">Scan</td></tr><tr><td align="left">range: &lt;-∞, ∞&gt;</td></tr></table>> color="black" shape="plain" style="solid" fillcolor="black" fontname="courier" fontsize="8" tooltip="RELATION(LONG AS ID, STRING AS COL1)" ];
10+
3 [ label=<<table border="0" cellborder="1" cellspacing="0" cellpadding="8"><tr><td align="left">Primary Storage</td></tr><tr><td align="left">record types: [T1]</td></tr></table>> color="black" shape="plain" style="filled" fillcolor="lightblue" fontname="courier" fontsize="8" tooltip="RELATION(LONG AS ID, STRING AS COL1)" ];
1211
3 -> 2 [ color="gray20" style="solid" fontname="courier" fontsize="8" arrowhead="normal" arrowtail="none" dir="both" ];
13-
2 -> 1 [ label=<&nbsp;q9bd5c851_f08a_4d97_bc5d_1ae41728b1b7> label="q9bd5c851_f08a_4d97_bc5d_1ae41728b1b7" color="gray20" style="bold" fontname="courier" fontsize="8" arrowhead="normal" arrowtail="none" dir="both" ];
12+
2 -> 1 [ label=<&nbsp;q79ec37de_a5fc_4400_a37d_cb4e48a80bfa> label="q79ec37de_a5fc_4400_a37d_cb4e48a80bfa" color="gray20" style="bold" fontname="courier" fontsize="8" arrowhead="normal" arrowtail="none" dir="both" ];
1413
}

yaml-tests/src/test/resources/simple-query-with-different-debuggers.metrics.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@ simple-query-with-different-debuggers:
22
- query: EXPLAIN select * from t1 where id > 1
33
explain: SCAN(<,>) | FILTER _.ID GREATER_THAN promote(@c8 AS LONG)
44
task_count: 163
5-
task_total_time_ms: 72
6-
transform_count: 42
7-
transform_time_ms: 61
5+
task_total_time_ms: 85
6+
transform_count: 46
7+
transform_time_ms: 71
88
transform_yield_count: 14
99
insert_time_ms: 1
1010
insert_new_count: 14
1111
insert_reused_count: 2
1212
- query: EXPLAIN select * from t1 where id > 1
1313
explain: SCAN(<,>) | FILTER _.ID GREATER_THAN promote(@c8 AS LONG)
1414
task_count: 163
15-
task_total_time_ms: 72
16-
transform_count: 42
17-
transform_time_ms: 61
15+
task_total_time_ms: 85
16+
transform_count: 46
17+
transform_time_ms: 71
1818
transform_yield_count: 14
1919
insert_time_ms: 1
2020
insert_new_count: 14
2121
insert_reused_count: 2
2222
- query: EXPLAIN select * from t1 where id > 1
2323
explain: SCAN(<,>) | FILTER _.ID GREATER_THAN promote(@c8 AS LONG)
2424
task_count: 163
25-
task_total_time_ms: 72
26-
transform_count: 42
27-
transform_time_ms: 61
25+
task_total_time_ms: 85
26+
transform_count: 46
27+
transform_time_ms: 71
2828
transform_yield_count: 14
2929
insert_time_ms: 1
3030
insert_new_count: 14

0 commit comments

Comments
 (0)