Skip to content

Commit 6964fca

Browse files
authored
remove ability to disable iterator lookups in functional tests (#15184)
1 parent 3de66fa commit 6964fca

File tree

94 files changed

+2910
-3410
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+2910
-3410
lines changed

ydb/tests/functional/canonical/canondata/test_sql.TestCanonicalFolder1.test_case_dynumber_insert_from_table.sql-plan_/dynumber_insert_from_table.sql.plan

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
"name": "/local/base_dynumber_insert_from_table_sql_plan/ResultTableDyNumber",
2424
"reads": [
2525
{
26+
"lookup_by": [
27+
"Key"
28+
],
2629
"type": "Lookup"
2730
}
2831
],

ydb/tests/functional/canonical/canondata/test_sql.TestCanonicalFolder1.test_case_dynumber_insert_literal.sql-plan_/dynumber_insert_literal.sql.plan

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"name": "/local/base_dynumber_insert_literal_sql_plan/ResultLiteralDyNumber",
99
"reads": [
1010
{
11+
"lookup_by": [
12+
"Key"
13+
],
1114
"type": "Lookup"
1215
}
1316
],

ydb/tests/functional/canonical/canondata/test_sql.TestCanonicalFolder1.test_case_dynumber_insert_params.sql-plan_/dynumber_insert_params.sql.plan

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"name": "/local/base_dynumber_insert_params_sql_plan/ResultParamsDyNumber",
99
"reads": [
1010
{
11+
"lookup_by": [
12+
"Key"
13+
],
1114
"type": "Lookup"
1215
}
1316
],

ydb/tests/functional/canonical/canondata/test_sql.TestCanonicalFolder1.test_case_index_predicate_point.sql-plan_/index_predicate_point.sql.plan

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
"Key2",
1515
"Value"
1616
],
17+
"lookup_by": [
18+
"Key1",
19+
"Key2"
20+
],
1721
"type": "Lookup"
1822
}
1923
]

ydb/tests/functional/canonical/canondata/test_sql.TestCanonicalFolder1.test_case_index_select_using_index.sql-plan_/index_select_using_index.sql.plan

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
"Key2",
1515
"Value"
1616
],
17+
"lookup_by": [
18+
"Key1",
19+
"Key2"
20+
],
1721
"type": "Lookup"
1822
}
1923
]

ydb/tests/functional/canonical/canondata/test_sql.TestCanonicalFolder1.test_case_index_topsort_index_on_top_of_apply.sql-plan_/index_topsort_index_on_top_of_apply.sql.plan

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"Index1B",
1414
"Value"
1515
],
16+
"lookup_by": [
17+
"Key1"
18+
],
1619
"type": "Lookup"
1720
}
1821
]

ydb/tests/functional/canonical/canondata/test_sql.TestCanonicalFolder1.test_case_index_topsort_index_with_aliases_and_apply.sql-plan_/index_topsort_index_with_aliases_and_apply.sql.plan

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"Index1B",
1414
"Value"
1515
],
16+
"lookup_by": [
17+
"Key1"
18+
],
1619
"type": "Lookup"
1720
}
1821
]

ydb/tests/functional/canonical/canondata/test_sql.TestCanonicalFolder1.test_case_index_topsort_index_with_nonselector_aliases.sql-plan_/index_topsort_index_with_nonselector_aliases.sql.plan

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"Index1B",
1414
"Value"
1515
],
16+
"lookup_by": [
17+
"Key1"
18+
],
1619
"type": "Lookup"
1720
}
1821
]

ydb/tests/functional/canonical/canondata/test_sql.TestCanonicalFolder1.test_case_index_topsort_index_with_selector_aliases.sql-plan_/index_topsort_index_with_selector_aliases.sql.plan

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"Index1B",
1414
"Value"
1515
],
16+
"lookup_by": [
17+
"Key1"
18+
],
1619
"type": "Lookup"
1720
}
1821
]

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

Lines changed: 61 additions & 73 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)