Skip to content

Commit ec934fb

Browse files
committed
fix
1 parent 0b6d6f0 commit ec934fb

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

ydb/tests/functional/canonical/canondata/test_sql.TestCanonicalFolder1.test_case_explain.script-script_/explain.script.plan

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -542,11 +542,11 @@
542542
"Name": "Iterator"
543543
}
544544
],
545-
"PlanNodeId": 1
545+
"PlanNodeId": 1,
546+
"Tables": [
547+
"base_explain_script_script/ScriptingTest"
548+
]
546549
}
547-
],
548-
"Tables": [
549-
"base_explain_script_script/ScriptingTest"
550550
]
551551
}
552552
],
@@ -598,11 +598,11 @@
598598
"Name": "Iterator"
599599
}
600600
],
601-
"PlanNodeId": 1
601+
"PlanNodeId": 1,
602+
"Tables": [
603+
"base_explain_script_script/ScriptingTest"
604+
]
602605
}
603-
],
604-
"Tables": [
605-
"base_explain_script_script/ScriptingTest"
606606
]
607607
}
608608
],

ydb/tests/functional/canonical/canondata/test_sql.TestCanonicalFolder1.test_case_join_group_by_lookup.script-script_/join_group_by_lookup.script.plan

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -317,11 +317,11 @@
317317
"Name": "Iterator"
318318
}
319319
],
320-
"PlanNodeId": 1
320+
"PlanNodeId": 1,
321+
"Tables": [
322+
"base_join_group_by_lookup_script_script/Temp"
323+
]
321324
}
322-
],
323-
"Tables": [
324-
"base_join_group_by_lookup_script_script/Temp"
325325
]
326326
}
327327
],

ydb/tests/functional/canonical/canondata/test_sql.TestCanonicalFolder1.test_case_simple_ct.script-script_/simple_ct.script.plan

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
"Name": "Iterator"
3434
}
3535
],
36-
"PlanNodeId": 1
36+
"PlanNodeId": 1,
37+
"Tables": [
38+
"base_simple_ct_script_script/Questions"
39+
]
3740
}
38-
],
39-
"Tables": [
40-
"base_simple_ct_script_script/Questions"
4141
]
4242
}
4343
],

ydb/tests/functional/canonical/canondata/test_sql.TestCanonicalFolder1.test_case_table_types.script-script_/table_types.script.plan

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,11 @@
158158
"Name": "Iterator"
159159
}
160160
],
161-
"PlanNodeId": 1
161+
"PlanNodeId": 1,
162+
"Tables": [
163+
"base_table_types_script_script/TableTypes"
164+
]
162165
}
163-
],
164-
"Tables": [
165-
"base_table_types_script_script/TableTypes"
166166
]
167167
}
168168
],

0 commit comments

Comments
 (0)