diff options
| author | Nikita Vasilev <[email protected]> | 2025-03-28 13:38:37 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-03-28 13:38:37 +0300 |
| commit | e7def5cdfe080eea4ce3ad28be93ff603cb4c268 (patch) | |
| tree | 8d7f7941e237804ca4f84acf6dbe260ca5f64aca | |
| parent | 8f55a6d9f9396817b5ee21df68279a3140a4b5c7 (diff) | |
Fix plan order (#16298)
523 files changed, 10287 insertions, 10285 deletions
diff --git a/ydb/core/kqp/opt/kqp_query_plan.cpp b/ydb/core/kqp/opt/kqp_query_plan.cpp index d4bc31f489e..b4116416aa4 100644 --- a/ydb/core/kqp/opt/kqp_query_plan.cpp +++ b/ydb/core/kqp/opt/kqp_query_plan.cpp @@ -314,7 +314,7 @@ private: TMaybe<TString> CteRefName; TMap<TString, NJson::TJsonValue> NodeInfo; TVector<TOperator> Operators; - THashSet<ui32> Plans; + TSet<ui32> Plans; const NKqpProto::TKqpPhyStage* StageProto; TMap<TString, TString> OptEstimates; }; diff --git a/ydb/tests/functional/canonical/canondata/test_sql.TestCanonicalFolder1.test_case_write_multi_usage.script-script_/write_multi_usage.script.plan b/ydb/tests/functional/canonical/canondata/test_sql.TestCanonicalFolder1.test_case_write_multi_usage.script-script_/write_multi_usage.script.plan index b6bccd95533..8c8f361d05b 100644 --- a/ydb/tests/functional/canonical/canondata/test_sql.TestCanonicalFolder1.test_case_write_multi_usage.script-script_/write_multi_usage.script.plan +++ b/ydb/tests/functional/canonical/canondata/test_sql.TestCanonicalFolder1.test_case_write_multi_usage.script-script_/write_multi_usage.script.plan @@ -10,8 +10,8 @@ "PlanNodeType": "Query", "Plans": [ { - "Node Type": "ResultSet_1", - "PlanNodeId": 5, + "Node Type": "ResultSet_0", + "PlanNodeId": 10, "PlanNodeType": "ResultSet", "Plans": [ { @@ -20,18 +20,18 @@ { "Inputs": [ { - "ExternalPlanNodeId": 3 + "ExternalPlanNodeId": 8 } ], "Limit": "1001", "Name": "Limit" } ], - "PlanNodeId": 4, + "PlanNodeId": 9, "Plans": [ { "Node Type": "Merge", - "PlanNodeId": 3, + "PlanNodeId": 8, "PlanNodeType": "Connection", "Plans": [ { @@ -40,14 +40,14 @@ { "Inputs": [ { - "ExternalPlanNodeId": 1 + "ExternalPlanNodeId": 6 } ], "Limit": "1001", "Name": "Limit" } ], - "PlanNodeId": 2, + "PlanNodeId": 7, "Plans": [ { "Node Type": "TableFullScan", @@ -55,33 +55,29 @@ { "Inputs": [], "Name": "TableFullScan", - "Path": "/local/base_write_multi_usage_script_script/Input1", + "Path": "/local/base_write_multi_usage_script_script/Temp", "ReadColumns": [ - "Amount", - "Comment", - "Group", - "Name" + "Name", + "Value" ], "ReadLimit": "1001", "ReadRanges": [ - "Group (-\u221e, +\u221e)", "Name (-\u221e, +\u221e)" ], "ReadRangesPointPrefixLen": "0", "Scan": "Sequential", - "Table": "base_write_multi_usage_script_script/Input1" + "Table": "base_write_multi_usage_script_script/Temp" } ], - "PlanNodeId": 1, + "PlanNodeId": 6, "Tables": [ - "base_write_multi_usage_script_script/Input1" + "base_write_multi_usage_script_script/Temp" ] } ] } ], "SortColumns": [ - "Group (Asc)", "Name (Asc)" ] } @@ -90,8 +86,8 @@ ] }, { - "Node Type": "ResultSet_0", - "PlanNodeId": 10, + "Node Type": "ResultSet_1", + "PlanNodeId": 5, "PlanNodeType": "ResultSet", "Plans": [ { @@ -100,18 +96,18 @@ { "Inputs": [ { - "ExternalPlanNodeId": 8 + "ExternalPlanNodeId": 3 } ], "Limit": "1001", "Name": "Limit" } ], - "PlanNodeId": 9, + "PlanNodeId": 4, "Plans": [ { "Node Type": "Merge", - "PlanNodeId": 8, + "PlanNodeId": 3, "PlanNodeType": "Connection", "Plans": [ { @@ -120,14 +116,14 @@ { "Inputs": [ { - "ExternalPlanNodeId": 6 + "ExternalPlanNodeId": 1 } ], "Limit": "1001", "Name": "Limit" } ], - "PlanNodeId": 7, + "PlanNodeId": 2, "Plans": [ { "Node Type": "TableFullScan", @@ -135,29 +131,33 @@ { "Inputs": [], "Name": "TableFullScan", - "Path": "/local/base_write_multi_usage_script_script/Temp", + "Path": "/local/base_write_multi_usage_script_script/Input1", "ReadColumns": [ - "Name", - "Value" + "Amount", + "Comment", + "Group", + "Name" ], "ReadLimit": "1001", "ReadRanges": [ + "Group (-\u221e, +\u221e)", "Name (-\u221e, +\u221e)" ], "ReadRangesPointPrefixLen": "0", "Scan": "Sequential", - "Table": "base_write_multi_usage_script_script/Temp" + "Table": "base_write_multi_usage_script_script/Input1" } ], - "PlanNodeId": 6, + "PlanNodeId": 1, "Tables": [ - "base_write_multi_usage_script_script/Temp" + "base_write_multi_usage_script_script/Input1" ] } ] } ], "SortColumns": [ + "Group (Asc)", "Name (Asc)" ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_coalesce-and-join.test_/query_5.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_coalesce-and-join.test_/query_5.plan index 76619b25926..e9b9c7fe1c0 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_coalesce-and-join.test_/query_5.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_coalesce-and-join.test_/query_5.plan @@ -57,6 +57,29 @@ "PlanNodeId": 7, "Plans": [ { + "Node Type": "TableFullScan", + "Operators": [ + { + "Inputs": [], + "Name": "TableFullScan", + "Path": "/Root/postgres_jointest/coalesce-and-join.test_plan/xx", + "ReadColumns": [ + "pkxx" + ], + "ReadRanges": [ + "pkxx (-\u221e, +\u221e)" + ], + "ReadRangesPointPrefixLen": "0", + "Scan": "Parallel", + "Table": "postgres_jointest/coalesce-and-join.test_plan/xx" + } + ], + "PlanNodeId": 6, + "Tables": [ + "postgres_jointest/coalesce-and-join.test_plan/xx" + ] + }, + { "Node Type": "Broadcast", "PlanNodeId": 5, "PlanNodeType": "Connection", @@ -105,29 +128,6 @@ ] } ] - }, - { - "Node Type": "TableFullScan", - "Operators": [ - { - "Inputs": [], - "Name": "TableFullScan", - "Path": "/Root/postgres_jointest/coalesce-and-join.test_plan/xx", - "ReadColumns": [ - "pkxx" - ], - "ReadRanges": [ - "pkxx (-\u221e, +\u221e)" - ], - "ReadRangesPointPrefixLen": "0", - "Scan": "Parallel", - "Table": "postgres_jointest/coalesce-and-join.test_plan/xx" - } - ], - "PlanNodeId": 6, - "Tables": [ - "postgres_jointest/coalesce-and-join.test_plan/xx" - ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_1.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_1.plan index b3499e2862f..b5a00e6b558 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_1.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_1.plan @@ -57,6 +57,44 @@ "PlanNodeId": 9, "Plans": [ { + "Node Type": "Map", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "Node Type": "Stage", + "PlanNodeId": 7, + "Plans": [ + { + "Node Type": "TableFullScan", + "Operators": [ + { + "Inputs": [], + "Name": "TableFullScan", + "Path": "/Root/postgres_jointest/join0.test_plan/int8_tbl", + "ReadColumns": [ + "q1", + "q2" + ], + "ReadRanges": [ + "q1 (-\u221e, +\u221e)", + "q2 (-\u221e, +\u221e)" + ], + "ReadRangesPointPrefixLen": "0", + "Scan": "Parallel", + "Table": "postgres_jointest/join0.test_plan/int8_tbl" + } + ], + "PlanNodeId": 6, + "Tables": [ + "postgres_jointest/join0.test_plan/int8_tbl" + ] + } + ] + } + ] + }, + { "Node Type": "Broadcast", "PlanNodeId": 5, "PlanNodeType": "Connection", @@ -129,44 +167,6 @@ ] } ] - }, - { - "Node Type": "Map", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "Node Type": "Stage", - "PlanNodeId": 7, - "Plans": [ - { - "Node Type": "TableFullScan", - "Operators": [ - { - "Inputs": [], - "Name": "TableFullScan", - "Path": "/Root/postgres_jointest/join0.test_plan/int8_tbl", - "ReadColumns": [ - "q1", - "q2" - ], - "ReadRanges": [ - "q1 (-\u221e, +\u221e)", - "q2 (-\u221e, +\u221e)" - ], - "ReadRangesPointPrefixLen": "0", - "Scan": "Parallel", - "Table": "postgres_jointest/join0.test_plan/int8_tbl" - } - ], - "PlanNodeId": 6, - "Tables": [ - "postgres_jointest/join0.test_plan/int8_tbl" - ] - } - ] - } - ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_10.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_10.plan index 0ccf76e0a4a..0c2c766853a 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_10.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_10.plan @@ -74,6 +74,30 @@ "PlanNodeId": 7, "Plans": [ { + "Node Type": "TableFullScan", + "Operators": [ + { + "Inputs": [], + "Name": "TableFullScan", + "Path": "/Root/postgres_jointest/join0.test_plan/int8_tbl", + "ReadColumns": [ + "q1" + ], + "ReadRanges": [ + "q1 (-\u221e, +\u221e)", + "q2 (-\u221e, +\u221e)" + ], + "ReadRangesPointPrefixLen": "0", + "Scan": "Parallel", + "Table": "postgres_jointest/join0.test_plan/int8_tbl" + } + ], + "PlanNodeId": 6, + "Tables": [ + "postgres_jointest/join0.test_plan/int8_tbl" + ] + }, + { "Node Type": "Broadcast", "PlanNodeId": 5, "PlanNodeType": "Connection", @@ -124,30 +148,6 @@ ] } ] - }, - { - "Node Type": "TableFullScan", - "Operators": [ - { - "Inputs": [], - "Name": "TableFullScan", - "Path": "/Root/postgres_jointest/join0.test_plan/int8_tbl", - "ReadColumns": [ - "q1" - ], - "ReadRanges": [ - "q1 (-\u221e, +\u221e)", - "q2 (-\u221e, +\u221e)" - ], - "ReadRangesPointPrefixLen": "0", - "Scan": "Parallel", - "Table": "postgres_jointest/join0.test_plan/int8_tbl" - } - ], - "PlanNodeId": 6, - "Tables": [ - "postgres_jointest/join0.test_plan/int8_tbl" - ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_11.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_11.plan index f31aec61196..64e4e30e193 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_11.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_11.plan @@ -71,6 +71,29 @@ "PlanNodeId": 7, "Plans": [ { + "Node Type": "TableFullScan", + "Operators": [ + { + "Inputs": [], + "Name": "TableFullScan", + "Path": "/Root/postgres_jointest/join0.test_plan/int4_tbl", + "ReadColumns": [ + "f1" + ], + "ReadRanges": [ + "f1 (-\u221e, +\u221e)" + ], + "ReadRangesPointPrefixLen": "0", + "Scan": "Parallel", + "Table": "postgres_jointest/join0.test_plan/int4_tbl" + } + ], + "PlanNodeId": 6, + "Tables": [ + "postgres_jointest/join0.test_plan/int4_tbl" + ] + }, + { "Node Type": "Broadcast", "PlanNodeId": 5, "PlanNodeType": "Connection", @@ -119,29 +142,6 @@ ] } ] - }, - { - "Node Type": "TableFullScan", - "Operators": [ - { - "Inputs": [], - "Name": "TableFullScan", - "Path": "/Root/postgres_jointest/join0.test_plan/int4_tbl", - "ReadColumns": [ - "f1" - ], - "ReadRanges": [ - "f1 (-\u221e, +\u221e)" - ], - "ReadRangesPointPrefixLen": "0", - "Scan": "Parallel", - "Table": "postgres_jointest/join0.test_plan/int4_tbl" - } - ], - "PlanNodeId": 6, - "Tables": [ - "postgres_jointest/join0.test_plan/int4_tbl" - ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_12.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_12.plan index 9415f95590d..8fd7c8eab5b 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_12.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_12.plan @@ -56,59 +56,6 @@ "PlanNodeId": 16, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 5, - "PlanNodeType": "Connection", - "Plans": [ - { - "Node Type": "Stage", - "PlanNodeId": 4, - "Plans": [ - { - "Node Type": "UnionAll", - "PlanNodeId": 3, - "PlanNodeType": "Connection", - "Plans": [ - { - "Node Type": "Stage", - "PlanNodeId": 2, - "Plans": [ - { - "Node Type": "TableFullScan", - "Operators": [ - { - "Inputs": [], - "Name": "TableFullScan", - "Path": "/Root/postgres_jointest/join0.test_plan/tenk1", - "ReadColumns": [ - "thousand", - "twothousand", - "unique1", - "unique2" - ], - "ReadRanges": [ - "unique1 (-\u221e, +\u221e)", - "unique2 (-\u221e, +\u221e)" - ], - "ReadRangesPointPrefixLen": "0", - "Scan": "Parallel", - "Table": "postgres_jointest/join0.test_plan/tenk1" - } - ], - "PlanNodeId": 1, - "Tables": [ - "postgres_jointest/join0.test_plan/tenk1" - ] - } - ] - } - ] - } - ] - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 15, "PlanNodeType": "Connection", @@ -238,6 +185,59 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 5, + "PlanNodeType": "Connection", + "Plans": [ + { + "Node Type": "Stage", + "PlanNodeId": 4, + "Plans": [ + { + "Node Type": "UnionAll", + "PlanNodeId": 3, + "PlanNodeType": "Connection", + "Plans": [ + { + "Node Type": "Stage", + "PlanNodeId": 2, + "Plans": [ + { + "Node Type": "TableFullScan", + "Operators": [ + { + "Inputs": [], + "Name": "TableFullScan", + "Path": "/Root/postgres_jointest/join0.test_plan/tenk1", + "ReadColumns": [ + "thousand", + "twothousand", + "unique1", + "unique2" + ], + "ReadRanges": [ + "unique1 (-\u221e, +\u221e)", + "unique2 (-\u221e, +\u221e)" + ], + "ReadRangesPointPrefixLen": "0", + "Scan": "Parallel", + "Table": "postgres_jointest/join0.test_plan/tenk1" + } + ], + "PlanNodeId": 1, + "Tables": [ + "postgres_jointest/join0.test_plan/tenk1" + ] + } + ] + } + ] + } + ] + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_15.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_15.plan index c468a060454..b8819c4430c 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_15.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_15.plan @@ -56,6 +56,28 @@ "PlanNodeId": 7, "Plans": [ { + "Node Type": "TablePointLookup", + "Operators": [ + { + "Inputs": [], + "Name": "TablePointLookup", + "Path": "/Root/postgres_jointest/join0.test_plan/int4_tbl", + "ReadColumns": [ + "f1" + ], + "ReadRange": [ + "f1 (0)" + ], + "Scan": "Parallel", + "Table": "postgres_jointest/join0.test_plan/int4_tbl" + } + ], + "PlanNodeId": 6, + "Tables": [ + "postgres_jointest/join0.test_plan/int4_tbl" + ] + }, + { "Node Type": "Broadcast", "PlanNodeId": 5, "PlanNodeType": "Connection", @@ -106,28 +128,6 @@ ] } ] - }, - { - "Node Type": "TablePointLookup", - "Operators": [ - { - "Inputs": [], - "Name": "TablePointLookup", - "Path": "/Root/postgres_jointest/join0.test_plan/int4_tbl", - "ReadColumns": [ - "f1" - ], - "ReadRange": [ - "f1 (0)" - ], - "Scan": "Parallel", - "Table": "postgres_jointest/join0.test_plan/int4_tbl" - } - ], - "PlanNodeId": 6, - "Tables": [ - "postgres_jointest/join0.test_plan/int4_tbl" - ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_16.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_16.plan index 04976973336..e53977e1778 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_16.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_16.plan @@ -82,21 +82,21 @@ "unique2" ], "Node Type": "HashShuffle", - "PlanNodeId": 5, + "PlanNodeId": 10, "PlanNodeType": "Connection", "Plans": [ { "Node Type": "Stage", - "PlanNodeId": 4, + "PlanNodeId": 9, "Plans": [ { "Node Type": "UnionAll", - "PlanNodeId": 3, + "PlanNodeId": 8, "PlanNodeType": "Connection", "Plans": [ { "Node Type": "Stage", - "PlanNodeId": 2, + "PlanNodeId": 7, "Plans": [ { "Node Type": "TableFullScan", @@ -117,7 +117,7 @@ "Table": "postgres_jointest/join0.test_plan/tenk1" } ], - "PlanNodeId": 1, + "PlanNodeId": 6, "Tables": [ "postgres_jointest/join0.test_plan/tenk1" ] @@ -135,21 +135,21 @@ "unique2" ], "Node Type": "HashShuffle", - "PlanNodeId": 10, + "PlanNodeId": 5, "PlanNodeType": "Connection", "Plans": [ { "Node Type": "Stage", - "PlanNodeId": 9, + "PlanNodeId": 4, "Plans": [ { "Node Type": "UnionAll", - "PlanNodeId": 8, + "PlanNodeId": 3, "PlanNodeType": "Connection", "Plans": [ { "Node Type": "Stage", - "PlanNodeId": 7, + "PlanNodeId": 2, "Plans": [ { "Node Type": "TableFullScan", @@ -170,7 +170,7 @@ "Table": "postgres_jointest/join0.test_plan/tenk1" } ], - "PlanNodeId": 6, + "PlanNodeId": 1, "Tables": [ "postgres_jointest/join0.test_plan/tenk1" ] diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_3.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_3.plan index dd27d457f97..34ff79aded2 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_3.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_3.plan @@ -83,6 +83,45 @@ "PlanNodeId": 9, "Plans": [ { + "Node Type": "Map", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "Node Type": "Stage", + "PlanNodeId": 7, + "Plans": [ + { + "Node Type": "TableFullScan", + "Operators": [ + { + "Inputs": [], + "Name": "TableFullScan", + "Path": "/Root/postgres_jointest/join0.test_plan/tenk1", + "ReadColumns": [ + "fivethous", + "hundred", + "thousand" + ], + "ReadRanges": [ + "unique1 (-\u221e, +\u221e)", + "unique2 (-\u221e, +\u221e)" + ], + "ReadRangesPointPrefixLen": "0", + "Scan": "Parallel", + "Table": "postgres_jointest/join0.test_plan/tenk1" + } + ], + "PlanNodeId": 6, + "Tables": [ + "postgres_jointest/join0.test_plan/tenk1" + ] + } + ] + } + ] + }, + { "Node Type": "Broadcast", "PlanNodeId": 5, "PlanNodeType": "Connection", @@ -144,45 +183,6 @@ ] } ] - }, - { - "Node Type": "Map", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "Node Type": "Stage", - "PlanNodeId": 7, - "Plans": [ - { - "Node Type": "TableFullScan", - "Operators": [ - { - "Inputs": [], - "Name": "TableFullScan", - "Path": "/Root/postgres_jointest/join0.test_plan/tenk1", - "ReadColumns": [ - "fivethous", - "hundred", - "thousand" - ], - "ReadRanges": [ - "unique1 (-\u221e, +\u221e)", - "unique2 (-\u221e, +\u221e)" - ], - "ReadRangesPointPrefixLen": "0", - "Scan": "Parallel", - "Table": "postgres_jointest/join0.test_plan/tenk1" - } - ], - "PlanNodeId": 6, - "Tables": [ - "postgres_jointest/join0.test_plan/tenk1" - ] - } - ] - } - ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_4.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_4.plan index 51078e9033b..590000c818a 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_4.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_4.plan @@ -77,6 +77,30 @@ "PlanNodeId": 7, "Plans": [ { + "Node Type": "TableRangeScan", + "Operators": [ + { + "Inputs": [], + "Name": "TableRangeScan", + "Path": "/Root/postgres_jointest/join0.test_plan/tenk1", + "ReadColumns": [ + "ten", + "unique2" + ], + "ReadRange": [ + "unique1 (42)", + "unique2 (-\u221e, +\u221e)" + ], + "Scan": "Parallel", + "Table": "postgres_jointest/join0.test_plan/tenk1" + } + ], + "PlanNodeId": 6, + "Tables": [ + "postgres_jointest/join0.test_plan/tenk1" + ] + }, + { "Node Type": "Broadcast", "PlanNodeId": 5, "PlanNodeType": "Connection", @@ -127,30 +151,6 @@ ] } ] - }, - { - "Node Type": "TableRangeScan", - "Operators": [ - { - "Inputs": [], - "Name": "TableRangeScan", - "Path": "/Root/postgres_jointest/join0.test_plan/tenk1", - "ReadColumns": [ - "ten", - "unique2" - ], - "ReadRange": [ - "unique1 (42)", - "unique2 (-\u221e, +\u221e)" - ], - "Scan": "Parallel", - "Table": "postgres_jointest/join0.test_plan/tenk1" - } - ], - "PlanNodeId": 6, - "Tables": [ - "postgres_jointest/join0.test_plan/tenk1" - ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_5.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_5.plan index 47e2e9ef975..4c57a5dec33 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_5.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_5.plan @@ -66,57 +66,6 @@ "PlanNodeId": 18, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 5, - "PlanNodeType": "Connection", - "Plans": [ - { - "Node Type": "Stage", - "PlanNodeId": 4, - "Plans": [ - { - "Node Type": "UnionAll", - "PlanNodeId": 3, - "PlanNodeType": "Connection", - "Plans": [ - { - "Node Type": "Stage", - "PlanNodeId": 2, - "Plans": [ - { - "Node Type": "TableFullScan", - "Operators": [ - { - "Inputs": [], - "Name": "TableFullScan", - "Path": "/Root/postgres_jointest/join0.test_plan/tenk1", - "ReadColumns": [ - "unique1", - "unique2" - ], - "ReadRanges": [ - "unique1 (-\u221e, +\u221e)", - "unique2 (-\u221e, +\u221e)" - ], - "ReadRangesPointPrefixLen": "0", - "Scan": "Parallel", - "Table": "postgres_jointest/join0.test_plan/tenk1" - } - ], - "PlanNodeId": 1, - "Tables": [ - "postgres_jointest/join0.test_plan/tenk1" - ] - } - ] - } - ] - } - ] - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 17, "PlanNodeType": "Connection", @@ -249,6 +198,57 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 5, + "PlanNodeType": "Connection", + "Plans": [ + { + "Node Type": "Stage", + "PlanNodeId": 4, + "Plans": [ + { + "Node Type": "UnionAll", + "PlanNodeId": 3, + "PlanNodeType": "Connection", + "Plans": [ + { + "Node Type": "Stage", + "PlanNodeId": 2, + "Plans": [ + { + "Node Type": "TableFullScan", + "Operators": [ + { + "Inputs": [], + "Name": "TableFullScan", + "Path": "/Root/postgres_jointest/join0.test_plan/tenk1", + "ReadColumns": [ + "unique1", + "unique2" + ], + "ReadRanges": [ + "unique1 (-\u221e, +\u221e)", + "unique2 (-\u221e, +\u221e)" + ], + "ReadRangesPointPrefixLen": "0", + "Scan": "Parallel", + "Table": "postgres_jointest/join0.test_plan/tenk1" + } + ], + "PlanNodeId": 1, + "Tables": [ + "postgres_jointest/join0.test_plan/tenk1" + ] + } + ] + } + ] + } + ] + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_6.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_6.plan index 303dae347ff..08ad5d119c6 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_6.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_6.plan @@ -207,6 +207,31 @@ "PlanNodeId": 17, "Plans": [ { + "Node Type": "TableFullScan", + "Operators": [ + { + "Inputs": [], + "Name": "TableFullScan", + "Path": "/Root/postgres_jointest/join0.test_plan/tenk1", + "ReadColumns": [ + "stringu1", + "unique2" + ], + "ReadRanges": [ + "unique1 (-\u221e, +\u221e)", + "unique2 (-\u221e, +\u221e)" + ], + "ReadRangesPointPrefixLen": "0", + "Scan": "Parallel", + "Table": "postgres_jointest/join0.test_plan/tenk1" + } + ], + "PlanNodeId": 16, + "Tables": [ + "postgres_jointest/join0.test_plan/tenk1" + ] + }, + { "Node Type": "Broadcast", "PlanNodeId": 15, "PlanNodeType": "Connection", @@ -384,31 +409,6 @@ ] } ] - }, - { - "Node Type": "TableFullScan", - "Operators": [ - { - "Inputs": [], - "Name": "TableFullScan", - "Path": "/Root/postgres_jointest/join0.test_plan/tenk1", - "ReadColumns": [ - "stringu1", - "unique2" - ], - "ReadRanges": [ - "unique1 (-\u221e, +\u221e)", - "unique2 (-\u221e, +\u221e)" - ], - "ReadRangesPointPrefixLen": "0", - "Scan": "Parallel", - "Table": "postgres_jointest/join0.test_plan/tenk1" - } - ], - "PlanNodeId": 16, - "Tables": [ - "postgres_jointest/join0.test_plan/tenk1" - ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_7.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_7.plan index 6d4c1b6471d..31b323939e8 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_7.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_7.plan @@ -74,6 +74,43 @@ "PlanNodeId": 16, "Plans": [ { + "Node Type": "Map", + "PlanNodeId": 15, + "PlanNodeType": "Connection", + "Plans": [ + { + "Node Type": "Stage", + "PlanNodeId": 14, + "Plans": [ + { + "Node Type": "TableRangeScan", + "Operators": [ + { + "Inputs": [], + "Name": "TableRangeScan", + "Path": "/Root/postgres_jointest/join0.test_plan/tenk1", + "ReadColumns": [ + "hundred", + "ten" + ], + "ReadRange": [ + "unique1 (1)", + "unique2 (-\u221e, +\u221e)" + ], + "Scan": "Parallel", + "Table": "postgres_jointest/join0.test_plan/tenk1" + } + ], + "PlanNodeId": 13, + "Tables": [ + "postgres_jointest/join0.test_plan/tenk1" + ] + } + ] + } + ] + }, + { "Node Type": "Broadcast", "PlanNodeId": 12, "PlanNodeType": "Connection", @@ -115,6 +152,46 @@ "PlanNodeId": 9, "Plans": [ { + "Node Type": "Map", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "Node Type": "Stage", + "PlanNodeId": 7, + "Plans": [ + { + "Node Type": "TableFullScan", + "Operators": [ + { + "Inputs": [], + "Name": "TableFullScan", + "Path": "/Root/postgres_jointest/join0.test_plan/tenk1", + "ReadColumns": [ + "hundred", + "ten", + "thousand", + "unique2" + ], + "ReadRanges": [ + "unique1 (-\u221e, +\u221e)", + "unique2 (-\u221e, +\u221e)" + ], + "ReadRangesPointPrefixLen": "0", + "Scan": "Parallel", + "Table": "postgres_jointest/join0.test_plan/tenk1" + } + ], + "PlanNodeId": 6, + "Tables": [ + "postgres_jointest/join0.test_plan/tenk1" + ] + } + ] + } + ] + }, + { "Node Type": "Broadcast", "PlanNodeId": 5, "PlanNodeType": "Connection", @@ -166,46 +243,6 @@ ] } ] - }, - { - "Node Type": "Map", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "Node Type": "Stage", - "PlanNodeId": 7, - "Plans": [ - { - "Node Type": "TableFullScan", - "Operators": [ - { - "Inputs": [], - "Name": "TableFullScan", - "Path": "/Root/postgres_jointest/join0.test_plan/tenk1", - "ReadColumns": [ - "hundred", - "ten", - "thousand", - "unique2" - ], - "ReadRanges": [ - "unique1 (-\u221e, +\u221e)", - "unique2 (-\u221e, +\u221e)" - ], - "ReadRangesPointPrefixLen": "0", - "Scan": "Parallel", - "Table": "postgres_jointest/join0.test_plan/tenk1" - } - ], - "PlanNodeId": 6, - "Tables": [ - "postgres_jointest/join0.test_plan/tenk1" - ] - } - ] - } - ] } ] } @@ -214,43 +251,6 @@ ] } ] - }, - { - "Node Type": "Map", - "PlanNodeId": 15, - "PlanNodeType": "Connection", - "Plans": [ - { - "Node Type": "Stage", - "PlanNodeId": 14, - "Plans": [ - { - "Node Type": "TableRangeScan", - "Operators": [ - { - "Inputs": [], - "Name": "TableRangeScan", - "Path": "/Root/postgres_jointest/join0.test_plan/tenk1", - "ReadColumns": [ - "hundred", - "ten" - ], - "ReadRange": [ - "unique1 (1)", - "unique2 (-\u221e, +\u221e)" - ], - "Scan": "Parallel", - "Table": "postgres_jointest/join0.test_plan/tenk1" - } - ], - "PlanNodeId": 13, - "Tables": [ - "postgres_jointest/join0.test_plan/tenk1" - ] - } - ] - } - ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_8.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_8.plan index d0adfff56a1..e81915e82c8 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_8.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_8.plan @@ -74,6 +74,46 @@ "PlanNodeId": 16, "Plans": [ { + "Node Type": "Map", + "PlanNodeId": 15, + "PlanNodeType": "Connection", + "Plans": [ + { + "Node Type": "Stage", + "PlanNodeId": 14, + "Plans": [ + { + "Node Type": "TableFullScan", + "Operators": [ + { + "Inputs": [], + "Name": "TableFullScan", + "Path": "/Root/postgres_jointest/join0.test_plan/tenk1", + "ReadColumns": [ + "hundred", + "ten", + "thousand", + "unique2" + ], + "ReadRanges": [ + "unique1 (-\u221e, +\u221e)", + "unique2 (-\u221e, +\u221e)" + ], + "ReadRangesPointPrefixLen": "0", + "Scan": "Parallel", + "Table": "postgres_jointest/join0.test_plan/tenk1" + } + ], + "PlanNodeId": 13, + "Tables": [ + "postgres_jointest/join0.test_plan/tenk1" + ] + } + ] + } + ] + }, + { "Node Type": "Broadcast", "PlanNodeId": 12, "PlanNodeType": "Connection", @@ -115,6 +155,46 @@ "PlanNodeId": 9, "Plans": [ { + "Node Type": "Map", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "Node Type": "Stage", + "PlanNodeId": 7, + "Plans": [ + { + "Node Type": "TableFullScan", + "Operators": [ + { + "Inputs": [], + "Name": "TableFullScan", + "Path": "/Root/postgres_jointest/join0.test_plan/tenk1", + "ReadColumns": [ + "hundred", + "ten", + "thousand", + "unique2" + ], + "ReadRanges": [ + "unique1 (-\u221e, +\u221e)", + "unique2 (-\u221e, +\u221e)" + ], + "ReadRangesPointPrefixLen": "0", + "Scan": "Parallel", + "Table": "postgres_jointest/join0.test_plan/tenk1" + } + ], + "PlanNodeId": 6, + "Tables": [ + "postgres_jointest/join0.test_plan/tenk1" + ] + } + ] + } + ] + }, + { "Node Type": "Broadcast", "PlanNodeId": 5, "PlanNodeType": "Connection", @@ -166,46 +246,6 @@ ] } ] - }, - { - "Node Type": "Map", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "Node Type": "Stage", - "PlanNodeId": 7, - "Plans": [ - { - "Node Type": "TableFullScan", - "Operators": [ - { - "Inputs": [], - "Name": "TableFullScan", - "Path": "/Root/postgres_jointest/join0.test_plan/tenk1", - "ReadColumns": [ - "hundred", - "ten", - "thousand", - "unique2" - ], - "ReadRanges": [ - "unique1 (-\u221e, +\u221e)", - "unique2 (-\u221e, +\u221e)" - ], - "ReadRangesPointPrefixLen": "0", - "Scan": "Parallel", - "Table": "postgres_jointest/join0.test_plan/tenk1" - } - ], - "PlanNodeId": 6, - "Tables": [ - "postgres_jointest/join0.test_plan/tenk1" - ] - } - ] - } - ] } ] } @@ -214,46 +254,6 @@ ] } ] - }, - { - "Node Type": "Map", - "PlanNodeId": 15, - "PlanNodeType": "Connection", - "Plans": [ - { - "Node Type": "Stage", - "PlanNodeId": 14, - "Plans": [ - { - "Node Type": "TableFullScan", - "Operators": [ - { - "Inputs": [], - "Name": "TableFullScan", - "Path": "/Root/postgres_jointest/join0.test_plan/tenk1", - "ReadColumns": [ - "hundred", - "ten", - "thousand", - "unique2" - ], - "ReadRanges": [ - "unique1 (-\u221e, +\u221e)", - "unique2 (-\u221e, +\u221e)" - ], - "ReadRangesPointPrefixLen": "0", - "Scan": "Parallel", - "Table": "postgres_jointest/join0.test_plan/tenk1" - } - ], - "PlanNodeId": 13, - "Tables": [ - "postgres_jointest/join0.test_plan/tenk1" - ] - } - ] - } - ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_9.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_9.plan index 532404b202c..ca4ecbcbceb 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_9.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join0.test_/query_9.plan @@ -72,6 +72,31 @@ "PlanNodeId": 7, "Plans": [ { + "Node Type": "TableFullScan", + "Operators": [ + { + "Inputs": [], + "Name": "TableFullScan", + "Path": "/Root/postgres_jointest/join0.test_plan/int8_tbl", + "ReadColumns": [ + "q1", + "q2" + ], + "ReadRanges": [ + "q1 (-\u221e, +\u221e)", + "q2 (-\u221e, +\u221e)" + ], + "ReadRangesPointPrefixLen": "0", + "Scan": "Parallel", + "Table": "postgres_jointest/join0.test_plan/int8_tbl" + } + ], + "PlanNodeId": 6, + "Tables": [ + "postgres_jointest/join0.test_plan/int8_tbl" + ] + }, + { "Node Type": "Broadcast", "PlanNodeId": 5, "PlanNodeType": "Connection", @@ -121,31 +146,6 @@ ] } ] - }, - { - "Node Type": "TableFullScan", - "Operators": [ - { - "Inputs": [], - "Name": "TableFullScan", - "Path": "/Root/postgres_jointest/join0.test_plan/int8_tbl", - "ReadColumns": [ - "q1", - "q2" - ], - "ReadRanges": [ - "q1 (-\u221e, +\u221e)", - "q2 (-\u221e, +\u221e)" - ], - "ReadRangesPointPrefixLen": "0", - "Scan": "Parallel", - "Table": "postgres_jointest/join0.test_plan/int8_tbl" - } - ], - "PlanNodeId": 6, - "Tables": [ - "postgres_jointest/join0.test_plan/int8_tbl" - ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join1.test_/query_10.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join1.test_/query_10.plan index 2bc7b433415..0daee42184b 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join1.test_/query_10.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join1.test_/query_10.plan @@ -57,6 +57,31 @@ "PlanNodeId": 7, "Plans": [ { + "Node Type": "TableFullScan", + "Operators": [ + { + "Inputs": [], + "Name": "TableFullScan", + "Path": "/Root/postgres_jointest/join1.test_plan/J2_TBL", + "ReadColumns": [ + "i", + "k" + ], + "ReadRanges": [ + "i (-\u221e, +\u221e)", + "k (-\u221e, +\u221e)" + ], + "ReadRangesPointPrefixLen": "0", + "Scan": "Parallel", + "Table": "postgres_jointest/join1.test_plan/J2_TBL" + } + ], + "PlanNodeId": 6, + "Tables": [ + "postgres_jointest/join1.test_plan/J2_TBL" + ] + }, + { "Node Type": "Broadcast", "PlanNodeId": 5, "PlanNodeType": "Connection", @@ -108,31 +133,6 @@ ] } ] - }, - { - "Node Type": "TableFullScan", - "Operators": [ - { - "Inputs": [], - "Name": "TableFullScan", - "Path": "/Root/postgres_jointest/join1.test_plan/J2_TBL", - "ReadColumns": [ - "i", - "k" - ], - "ReadRanges": [ - "i (-\u221e, +\u221e)", - "k (-\u221e, +\u221e)" - ], - "ReadRangesPointPrefixLen": "0", - "Scan": "Parallel", - "Table": "postgres_jointest/join1.test_plan/J2_TBL" - } - ], - "PlanNodeId": 6, - "Tables": [ - "postgres_jointest/join1.test_plan/J2_TBL" - ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join1.test_/query_11.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join1.test_/query_11.plan index 3085178cc40..da6b71a4f77 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join1.test_/query_11.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join1.test_/query_11.plan @@ -60,21 +60,21 @@ "i" ], "Node Type": "HashShuffle", - "PlanNodeId": 5, + "PlanNodeId": 10, "PlanNodeType": "Connection", "Plans": [ { "Node Type": "Stage", - "PlanNodeId": 4, + "PlanNodeId": 9, "Plans": [ { "Node Type": "UnionAll", - "PlanNodeId": 3, + "PlanNodeId": 8, "PlanNodeType": "Connection", "Plans": [ { "Node Type": "Stage", - "PlanNodeId": 2, + "PlanNodeId": 7, "Plans": [ { "Node Type": "TableFullScan", @@ -82,23 +82,25 @@ { "Inputs": [], "Name": "TableFullScan", - "Path": "/Root/postgres_jointest/join1.test_plan/J2_TBL", + "Path": "/Root/postgres_jointest/join1.test_plan/J1_TBL", "ReadColumns": [ "i", - "k" + "j", + "t" ], "ReadRanges": [ "i (-\u221e, +\u221e)", - "k (-\u221e, +\u221e)" + "j (-\u221e, +\u221e)", + "t (-\u221e, +\u221e)" ], "ReadRangesPointPrefixLen": "0", "Scan": "Parallel", - "Table": "postgres_jointest/join1.test_plan/J2_TBL" + "Table": "postgres_jointest/join1.test_plan/J1_TBL" } ], - "PlanNodeId": 1, + "PlanNodeId": 6, "Tables": [ - "postgres_jointest/join1.test_plan/J2_TBL" + "postgres_jointest/join1.test_plan/J1_TBL" ] } ] @@ -114,21 +116,21 @@ "i" ], "Node Type": "HashShuffle", - "PlanNodeId": 10, + "PlanNodeId": 5, "PlanNodeType": "Connection", "Plans": [ { "Node Type": "Stage", - "PlanNodeId": 9, + "PlanNodeId": 4, "Plans": [ { "Node Type": "UnionAll", - "PlanNodeId": 8, + "PlanNodeId": 3, "PlanNodeType": "Connection", "Plans": [ { "Node Type": "Stage", - "PlanNodeId": 7, + "PlanNodeId": 2, "Plans": [ { "Node Type": "TableFullScan", @@ -136,25 +138,23 @@ { "Inputs": [], "Name": "TableFullScan", - "Path": "/Root/postgres_jointest/join1.test_plan/J1_TBL", + "Path": "/Root/postgres_jointest/join1.test_plan/J2_TBL", "ReadColumns": [ "i", - "j", - "t" + "k" ], "ReadRanges": [ "i (-\u221e, +\u221e)", - "j (-\u221e, +\u221e)", - "t (-\u221e, +\u221e)" + "k (-\u221e, +\u221e)" ], "ReadRangesPointPrefixLen": "0", "Scan": "Parallel", - "Table": "postgres_jointest/join1.test_plan/J1_TBL" + "Table": "postgres_jointest/join1.test_plan/J2_TBL" } ], - "PlanNodeId": 6, + "PlanNodeId": 1, "Tables": [ - "postgres_jointest/join1.test_plan/J1_TBL" + "postgres_jointest/join1.test_plan/J2_TBL" ] } ] diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join1.test_/query_12.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join1.test_/query_12.plan index 1050d7ccd66..7bb49db1bfe 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join1.test_/query_12.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join1.test_/query_12.plan @@ -60,21 +60,21 @@ "i" ], "Node Type": "HashShuffle", - "PlanNodeId": 5, + "PlanNodeId": 10, "PlanNodeType": "Connection", "Plans": [ { "Node Type": "Stage", - "PlanNodeId": 4, + "PlanNodeId": 9, "Plans": [ { "Node Type": "UnionAll", - "PlanNodeId": 3, + "PlanNodeId": 8, "PlanNodeType": "Connection", "Plans": [ { "Node Type": "Stage", - "PlanNodeId": 2, + "PlanNodeId": 7, "Plans": [ { "Node Type": "TableFullScan", @@ -82,23 +82,25 @@ { "Inputs": [], "Name": "TableFullScan", - "Path": "/Root/postgres_jointest/join1.test_plan/J2_TBL", + "Path": "/Root/postgres_jointest/join1.test_plan/J1_TBL", "ReadColumns": [ "i", - "k" + "j", + "t" ], "ReadRanges": [ "i (-\u221e, +\u221e)", - "k (-\u221e, +\u221e)" + "j (-\u221e, +\u221e)", + "t (-\u221e, +\u221e)" ], "ReadRangesPointPrefixLen": "0", "Scan": "Parallel", - "Table": "postgres_jointest/join1.test_plan/J2_TBL" + "Table": "postgres_jointest/join1.test_plan/J1_TBL" } ], - "PlanNodeId": 1, + "PlanNodeId": 6, "Tables": [ - "postgres_jointest/join1.test_plan/J2_TBL" + "postgres_jointest/join1.test_plan/J1_TBL" ] } ] @@ -114,21 +116,21 @@ "i" ], "Node Type": "HashShuffle", - "PlanNodeId": 10, + "PlanNodeId": 5, "PlanNodeType": "Connection", "Plans": [ { "Node Type": "Stage", - "PlanNodeId": 9, + "PlanNodeId": 4, "Plans": [ { "Node Type": "UnionAll", - "PlanNodeId": 8, + "PlanNodeId": 3, "PlanNodeType": "Connection", "Plans": [ { "Node Type": "Stage", - "PlanNodeId": 7, + "PlanNodeId": 2, "Plans": [ { "Node Type": "TableFullScan", @@ -136,25 +138,23 @@ { "Inputs": [], "Name": "TableFullScan", - "Path": "/Root/postgres_jointest/join1.test_plan/J1_TBL", + "Path": "/Root/postgres_jointest/join1.test_plan/J2_TBL", "ReadColumns": [ "i", - "j", - "t" + "k" ], "ReadRanges": [ "i (-\u221e, +\u221e)", - "j (-\u221e, +\u221e)", - "t (-\u221e, +\u221e)" + "k (-\u221e, +\u221e)" ], "ReadRangesPointPrefixLen": "0", "Scan": "Parallel", - "Table": "postgres_jointest/join1.test_plan/J1_TBL" + "Table": "postgres_jointest/join1.test_plan/J2_TBL" } ], - "PlanNodeId": 6, + "PlanNodeId": 1, "Tables": [ - "postgres_jointest/join1.test_plan/J1_TBL" + "postgres_jointest/join1.test_plan/J2_TBL" ] } ] diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join1.test_/query_4.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join1.test_/query_4.plan index 75535ceb02c..9b579234d1d 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join1.test_/query_4.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join1.test_/query_4.plan @@ -66,6 +66,33 @@ "PlanNodeId": 7, "Plans": [ { + "Node Type": "TableFullScan", + "Operators": [ + { + "Inputs": [], + "Name": "TableFullScan", + "Path": "/Root/postgres_jointest/join1.test_plan/J1_TBL", + "ReadColumns": [ + "i", + "j", + "t" + ], + "ReadRanges": [ + "i (-\u221e, +\u221e)", + "j (-\u221e, +\u221e)", + "t (-\u221e, +\u221e)" + ], + "ReadRangesPointPrefixLen": "0", + "Scan": "Parallel", + "Table": "postgres_jointest/join1.test_plan/J1_TBL" + } + ], + "PlanNodeId": 6, + "Tables": [ + "postgres_jointest/join1.test_plan/J1_TBL" + ] + }, + { "Node Type": "Broadcast", "PlanNodeId": 5, "PlanNodeType": "Connection", @@ -115,33 +142,6 @@ ] } ] - }, - { - "Node Type": "TableFullScan", - "Operators": [ - { - "Inputs": [], - "Name": "TableFullScan", - "Path": "/Root/postgres_jointest/join1.test_plan/J1_TBL", - "ReadColumns": [ - "i", - "j", - "t" - ], - "ReadRanges": [ - "i (-\u221e, +\u221e)", - "j (-\u221e, +\u221e)", - "t (-\u221e, +\u221e)" - ], - "ReadRangesPointPrefixLen": "0", - "Scan": "Parallel", - "Table": "postgres_jointest/join1.test_plan/J1_TBL" - } - ], - "PlanNodeId": 6, - "Tables": [ - "postgres_jointest/join1.test_plan/J1_TBL" - ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join1.test_/query_6.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join1.test_/query_6.plan index 69681ada03b..03580f29038 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join1.test_/query_6.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join1.test_/query_6.plan @@ -66,6 +66,33 @@ "PlanNodeId": 7, "Plans": [ { + "Node Type": "TableFullScan", + "Operators": [ + { + "Inputs": [], + "Name": "TableFullScan", + "Path": "/Root/postgres_jointest/join1.test_plan/J1_TBL", + "ReadColumns": [ + "i", + "j", + "t" + ], + "ReadRanges": [ + "i (-\u221e, +\u221e)", + "j (-\u221e, +\u221e)", + "t (-\u221e, +\u221e)" + ], + "ReadRangesPointPrefixLen": "0", + "Scan": "Parallel", + "Table": "postgres_jointest/join1.test_plan/J1_TBL" + } + ], + "PlanNodeId": 6, + "Tables": [ + "postgres_jointest/join1.test_plan/J1_TBL" + ] + }, + { "Node Type": "Broadcast", "PlanNodeId": 5, "PlanNodeType": "Connection", @@ -114,33 +141,6 @@ ] } ] - }, - { - "Node Type": "TableFullScan", - "Operators": [ - { - "Inputs": [], - "Name": "TableFullScan", - "Path": "/Root/postgres_jointest/join1.test_plan/J1_TBL", - "ReadColumns": [ - "i", - "j", - "t" - ], - "ReadRanges": [ - "i (-\u221e, +\u221e)", - "j (-\u221e, +\u221e)", - "t (-\u221e, +\u221e)" - ], - "ReadRangesPointPrefixLen": "0", - "Scan": "Parallel", - "Table": "postgres_jointest/join1.test_plan/J1_TBL" - } - ], - "PlanNodeId": 6, - "Tables": [ - "postgres_jointest/join1.test_plan/J1_TBL" - ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join1.test_/query_9.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join1.test_/query_9.plan index 2bc7b433415..0daee42184b 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join1.test_/query_9.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join1.test_/query_9.plan @@ -57,6 +57,31 @@ "PlanNodeId": 7, "Plans": [ { + "Node Type": "TableFullScan", + "Operators": [ + { + "Inputs": [], + "Name": "TableFullScan", + "Path": "/Root/postgres_jointest/join1.test_plan/J2_TBL", + "ReadColumns": [ + "i", + "k" + ], + "ReadRanges": [ + "i (-\u221e, +\u221e)", + "k (-\u221e, +\u221e)" + ], + "ReadRangesPointPrefixLen": "0", + "Scan": "Parallel", + "Table": "postgres_jointest/join1.test_plan/J2_TBL" + } + ], + "PlanNodeId": 6, + "Tables": [ + "postgres_jointest/join1.test_plan/J2_TBL" + ] + }, + { "Node Type": "Broadcast", "PlanNodeId": 5, "PlanNodeType": "Connection", @@ -108,31 +133,6 @@ ] } ] - }, - { - "Node Type": "TableFullScan", - "Operators": [ - { - "Inputs": [], - "Name": "TableFullScan", - "Path": "/Root/postgres_jointest/join1.test_plan/J2_TBL", - "ReadColumns": [ - "i", - "k" - ], - "ReadRanges": [ - "i (-\u221e, +\u221e)", - "k (-\u221e, +\u221e)" - ], - "ReadRangesPointPrefixLen": "0", - "Scan": "Parallel", - "Table": "postgres_jointest/join1.test_plan/J2_TBL" - } - ], - "PlanNodeId": 6, - "Tables": [ - "postgres_jointest/join1.test_plan/J2_TBL" - ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join2.test_/query_1.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join2.test_/query_1.plan index 45aaa5d9d73..90229d5a3f5 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join2.test_/query_1.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join2.test_/query_1.plan @@ -75,6 +75,60 @@ "name" ], "Node Type": "HashShuffle", + "PlanNodeId": 19, + "PlanNodeType": "Connection", + "Plans": [ + { + "Node Type": "Stage", + "PlanNodeId": 18, + "Plans": [ + { + "Node Type": "UnionAll", + "PlanNodeId": 17, + "PlanNodeType": "Connection", + "Plans": [ + { + "Node Type": "Stage", + "PlanNodeId": 16, + "Plans": [ + { + "Node Type": "TableFullScan", + "Operators": [ + { + "Inputs": [], + "Name": "TableFullScan", + "Path": "/Root/postgres_jointest/join2.test_plan/t3", + "ReadColumns": [ + "n", + "name" + ], + "ReadRanges": [ + "name (-\u221e, +\u221e)", + "n (-\u221e, +\u221e)" + ], + "ReadRangesPointPrefixLen": "0", + "Scan": "Parallel", + "Table": "postgres_jointest/join2.test_plan/t3" + } + ], + "PlanNodeId": 15, + "Tables": [ + "postgres_jointest/join2.test_plan/t3" + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "KeyColumns": [ + "name" + ], + "Node Type": "HashShuffle", "PlanNodeId": 14, "PlanNodeType": "Connection", "Plans": [ @@ -219,60 +273,6 @@ ] } ] - }, - { - "KeyColumns": [ - "name" - ], - "Node Type": "HashShuffle", - "PlanNodeId": 19, - "PlanNodeType": "Connection", - "Plans": [ - { - "Node Type": "Stage", - "PlanNodeId": 18, - "Plans": [ - { - "Node Type": "UnionAll", - "PlanNodeId": 17, - "PlanNodeType": "Connection", - "Plans": [ - { - "Node Type": "Stage", - "PlanNodeId": 16, - "Plans": [ - { - "Node Type": "TableFullScan", - "Operators": [ - { - "Inputs": [], - "Name": "TableFullScan", - "Path": "/Root/postgres_jointest/join2.test_plan/t3", - "ReadColumns": [ - "n", - "name" - ], - "ReadRanges": [ - "name (-\u221e, +\u221e)", - "n (-\u221e, +\u221e)" - ], - "ReadRangesPointPrefixLen": "0", - "Scan": "Parallel", - "Table": "postgres_jointest/join2.test_plan/t3" - } - ], - "PlanNodeId": 15, - "Tables": [ - "postgres_jointest/join2.test_plan/t3" - ] - } - ] - } - ] - } - ] - } - ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join2.test_/query_10.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join2.test_/query_10.plan index dd7e6588d8d..73f5a664510 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join2.test_/query_10.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join2.test_/query_10.plan @@ -224,27 +224,6 @@ ] }, { - "Node Type": "Precompute_0_1", - "Parent Relationship": "InitPlan", - "PlanNodeId": 3, - "PlanNodeType": "Materialize", - "Plans": [ - { - "Node Type": "Collect", - "PlanNodeId": 2, - "Plans": [ - { - "CTE Name": "Union_5", - "Node Type": "UnionAll", - "PlanNodeId": 1, - "PlanNodeType": "Connection" - } - ] - } - ], - "Subplan Name": "CTE precompute_0_1" - }, - { "Node Type": "Precompute_0_0", "Parent Relationship": "InitPlan", "PlanNodeId": 8, @@ -320,6 +299,27 @@ } ], "Subplan Name": "CTE precompute_0_0" + }, + { + "Node Type": "Precompute_0_1", + "Parent Relationship": "InitPlan", + "PlanNodeId": 3, + "PlanNodeType": "Materialize", + "Plans": [ + { + "Node Type": "Collect", + "PlanNodeId": 2, + "Plans": [ + { + "CTE Name": "Union_5", + "Node Type": "UnionAll", + "PlanNodeId": 1, + "PlanNodeType": "Connection" + } + ] + } + ], + "Subplan Name": "CTE precompute_0_1" } ], "Stats": { diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join2.test_/query_11.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join2.test_/query_11.plan index 09ae1507565..f11bf107244 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join2.test_/query_11.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join2.test_/query_11.plan @@ -98,7 +98,7 @@ "PlanNodeType": "Connection", "Plans": [ { - "CTE Name": "precompute_0_0", + "CTE Name": "precompute_0_1", "Node Type": "LeftJoin (MapJoin)-ConstantExpr", "Operators": [ { @@ -116,7 +116,7 @@ { "Inputs": [], "Name": "ToFlow", - "ToFlow": "precompute_0_0" + "ToFlow": "precompute_0_1" } ], "PlanNodeId": 18, @@ -167,7 +167,7 @@ "PlanNodeType": "Connection", "Plans": [ { - "CTE Name": "precompute_0_0", + "CTE Name": "precompute_0_1", "Node Type": "ConstantExpr-Aggregate", "Operators": [ { @@ -180,7 +180,7 @@ "Name": "Iterator" }, { - "Input": "precompute_0_0", + "Input": "precompute_0_1", "Inputs": [], "Name": "PartitionByKey" } @@ -208,13 +208,13 @@ "PlanNodeType": "Connection", "Plans": [ { - "CTE Name": "precompute_0_1", + "CTE Name": "precompute_0_0", "Node Type": "ConstantExpr", "Operators": [ { "Inputs": [], "Name": "ToFlow", - "ToFlow": "precompute_0_1" + "ToFlow": "precompute_0_0" } ], "PlanNodeId": 10 @@ -233,27 +233,6 @@ ] }, { - "Node Type": "Precompute_0_1", - "Parent Relationship": "InitPlan", - "PlanNodeId": 3, - "PlanNodeType": "Materialize", - "Plans": [ - { - "Node Type": "Collect", - "PlanNodeId": 2, - "Plans": [ - { - "CTE Name": "Stage_5", - "Node Type": "UnionAll", - "PlanNodeId": 1, - "PlanNodeType": "Connection" - } - ] - } - ], - "Subplan Name": "CTE precompute_0_1" - }, - { "Node Type": "Precompute_0_0", "Parent Relationship": "InitPlan", "PlanNodeId": 8, @@ -307,6 +286,27 @@ } ], "Subplan Name": "CTE precompute_0_0" + }, + { + "Node Type": "Precompute_0_1", + "Parent Relationship": "InitPlan", + "PlanNodeId": 3, + "PlanNodeType": "Materialize", + "Plans": [ + { + "Node Type": "Collect", + "PlanNodeId": 2, + "Plans": [ + { + "CTE Name": "Stage_5", + "Node Type": "UnionAll", + "PlanNodeId": 1, + "PlanNodeType": "Connection" + } + ] + } + ], + "Subplan Name": "CTE precompute_0_1" } ], "Stats": { diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join2.test_/query_12.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join2.test_/query_12.plan index a5eb0149551..24a2184a37c 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join2.test_/query_12.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join2.test_/query_12.plan @@ -233,27 +233,6 @@ ] }, { - "Node Type": "Precompute_0_1", - "Parent Relationship": "InitPlan", - "PlanNodeId": 3, - "PlanNodeType": "Materialize", - "Plans": [ - { - "Node Type": "Collect", - "PlanNodeId": 2, - "Plans": [ - { - "CTE Name": "Stage_5", - "Node Type": "UnionAll", - "PlanNodeId": 1, - "PlanNodeType": "Connection" - } - ] - } - ], - "Subplan Name": "CTE precompute_0_1" - }, - { "Node Type": "Precompute_0_0", "Parent Relationship": "InitPlan", "PlanNodeId": 8, @@ -307,6 +286,27 @@ } ], "Subplan Name": "CTE precompute_0_0" + }, + { + "Node Type": "Precompute_0_1", + "Parent Relationship": "InitPlan", + "PlanNodeId": 3, + "PlanNodeType": "Materialize", + "Plans": [ + { + "Node Type": "Collect", + "PlanNodeId": 2, + "Plans": [ + { + "CTE Name": "Stage_5", + "Node Type": "UnionAll", + "PlanNodeId": 1, + "PlanNodeType": "Connection" + } + ] + } + ], + "Subplan Name": "CTE precompute_0_1" } ], "Stats": { diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join2.test_/query_4.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join2.test_/query_4.plan index a076338338a..b2c8c09ce27 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join2.test_/query_4.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join2.test_/query_4.plan @@ -72,21 +72,21 @@ "name" ], "Node Type": "HashShuffle", - "PlanNodeId": 5, + "PlanNodeId": 10, "PlanNodeType": "Connection", "Plans": [ { "Node Type": "Stage", - "PlanNodeId": 4, + "PlanNodeId": 9, "Plans": [ { "Node Type": "UnionAll", - "PlanNodeId": 3, + "PlanNodeId": 8, "PlanNodeType": "Connection", "Plans": [ { "Node Type": "Stage", - "PlanNodeId": 2, + "PlanNodeId": 7, "Plans": [ { "Node Type": "TableFullScan", @@ -94,7 +94,7 @@ { "Inputs": [], "Name": "TableFullScan", - "Path": "/Root/postgres_jointest/join2.test_plan/t3", + "Path": "/Root/postgres_jointest/join2.test_plan/t2", "ReadColumns": [ "n", "name" @@ -105,12 +105,12 @@ ], "ReadRangesPointPrefixLen": "0", "Scan": "Parallel", - "Table": "postgres_jointest/join2.test_plan/t3" + "Table": "postgres_jointest/join2.test_plan/t2" } ], - "PlanNodeId": 1, + "PlanNodeId": 6, "Tables": [ - "postgres_jointest/join2.test_plan/t3" + "postgres_jointest/join2.test_plan/t2" ] } ] @@ -126,21 +126,21 @@ "name" ], "Node Type": "HashShuffle", - "PlanNodeId": 10, + "PlanNodeId": 5, "PlanNodeType": "Connection", "Plans": [ { "Node Type": "Stage", - "PlanNodeId": 9, + "PlanNodeId": 4, "Plans": [ { "Node Type": "UnionAll", - "PlanNodeId": 8, + "PlanNodeId": 3, "PlanNodeType": "Connection", "Plans": [ { "Node Type": "Stage", - "PlanNodeId": 7, + "PlanNodeId": 2, "Plans": [ { "Node Type": "TableFullScan", @@ -148,7 +148,7 @@ { "Inputs": [], "Name": "TableFullScan", - "Path": "/Root/postgres_jointest/join2.test_plan/t2", + "Path": "/Root/postgres_jointest/join2.test_plan/t3", "ReadColumns": [ "n", "name" @@ -159,12 +159,12 @@ ], "ReadRangesPointPrefixLen": "0", "Scan": "Parallel", - "Table": "postgres_jointest/join2.test_plan/t2" + "Table": "postgres_jointest/join2.test_plan/t3" } ], - "PlanNodeId": 6, + "PlanNodeId": 1, "Tables": [ - "postgres_jointest/join2.test_plan/t2" + "postgres_jointest/join2.test_plan/t3" ] } ] diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join2.test_/query_9.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join2.test_/query_9.plan index d968dd34b32..e7c5f505b44 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join2.test_/query_9.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join2.test_/query_9.plan @@ -224,27 +224,6 @@ ] }, { - "Node Type": "Precompute_0_1", - "Parent Relationship": "InitPlan", - "PlanNodeId": 3, - "PlanNodeType": "Materialize", - "Plans": [ - { - "Node Type": "Collect", - "PlanNodeId": 2, - "Plans": [ - { - "CTE Name": "Stage_5", - "Node Type": "UnionAll", - "PlanNodeId": 1, - "PlanNodeType": "Connection" - } - ] - } - ], - "Subplan Name": "CTE precompute_0_1" - }, - { "Node Type": "Precompute_0_0", "Parent Relationship": "InitPlan", "PlanNodeId": 8, @@ -298,6 +277,27 @@ } ], "Subplan Name": "CTE precompute_0_0" + }, + { + "Node Type": "Precompute_0_1", + "Parent Relationship": "InitPlan", + "PlanNodeId": 3, + "PlanNodeType": "Materialize", + "Plans": [ + { + "Node Type": "Collect", + "PlanNodeId": 2, + "Plans": [ + { + "CTE Name": "Stage_5", + "Node Type": "UnionAll", + "PlanNodeId": 1, + "PlanNodeType": "Connection" + } + ] + } + ], + "Subplan Name": "CTE precompute_0_1" } ], "Stats": { diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join3.test_/query_1.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join3.test_/query_1.plan index c1648800b82..6122d0c3a63 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join3.test_/query_1.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join3.test_/query_1.plan @@ -69,6 +69,44 @@ "PlanNodeId": 9, "Plans": [ { + "Node Type": "Map", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "Node Type": "Stage", + "PlanNodeId": 7, + "Plans": [ + { + "Node Type": "TableFullScan", + "Operators": [ + { + "Inputs": [], + "Name": "TableFullScan", + "Path": "/Root/postgres_jointest/join3.test_plan/int8_tbl", + "ReadColumns": [ + "q1", + "q2" + ], + "ReadRanges": [ + "q1 (-\u221e, +\u221e)", + "q2 (-\u221e, +\u221e)" + ], + "ReadRangesPointPrefixLen": "0", + "Scan": "Parallel", + "Table": "postgres_jointest/join3.test_plan/int8_tbl" + } + ], + "PlanNodeId": 6, + "Tables": [ + "postgres_jointest/join3.test_plan/int8_tbl" + ] + } + ] + } + ] + }, + { "Node Type": "Broadcast", "PlanNodeId": 5, "PlanNodeType": "Connection", @@ -118,44 +156,6 @@ ] } ] - }, - { - "Node Type": "Map", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "Node Type": "Stage", - "PlanNodeId": 7, - "Plans": [ - { - "Node Type": "TableFullScan", - "Operators": [ - { - "Inputs": [], - "Name": "TableFullScan", - "Path": "/Root/postgres_jointest/join3.test_plan/int8_tbl", - "ReadColumns": [ - "q1", - "q2" - ], - "ReadRanges": [ - "q1 (-\u221e, +\u221e)", - "q2 (-\u221e, +\u221e)" - ], - "ReadRangesPointPrefixLen": "0", - "Scan": "Parallel", - "Table": "postgres_jointest/join3.test_plan/int8_tbl" - } - ], - "PlanNodeId": 6, - "Tables": [ - "postgres_jointest/join3.test_plan/int8_tbl" - ] - } - ] - } - ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join3.test_/query_3.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join3.test_/query_3.plan index e2feab8d929..353063e05d2 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join3.test_/query_3.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join3.test_/query_3.plan @@ -66,6 +66,30 @@ "PlanNodeId": 7, "Plans": [ { + "Node Type": "TableFullScan", + "Operators": [ + { + "Inputs": [], + "Name": "TableFullScan", + "Path": "/Root/postgres_jointest/join3.test_plan/parent", + "ReadColumns": [ + "k", + "pd" + ], + "ReadRanges": [ + "k (-\u221e, +\u221e)" + ], + "ReadRangesPointPrefixLen": "0", + "Scan": "Parallel", + "Table": "postgres_jointest/join3.test_plan/parent" + } + ], + "PlanNodeId": 6, + "Tables": [ + "postgres_jointest/join3.test_plan/parent" + ] + }, + { "Node Type": "Broadcast", "PlanNodeId": 5, "PlanNodeType": "Connection", @@ -113,30 +137,6 @@ ] } ] - }, - { - "Node Type": "TableFullScan", - "Operators": [ - { - "Inputs": [], - "Name": "TableFullScan", - "Path": "/Root/postgres_jointest/join3.test_plan/parent", - "ReadColumns": [ - "k", - "pd" - ], - "ReadRanges": [ - "k (-\u221e, +\u221e)" - ], - "ReadRangesPointPrefixLen": "0", - "Scan": "Parallel", - "Table": "postgres_jointest/join3.test_plan/parent" - } - ], - "PlanNodeId": 6, - "Tables": [ - "postgres_jointest/join3.test_plan/parent" - ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join4.test_/query_1.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join4.test_/query_1.plan index 3e4296393de..2bd40acff7b 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join4.test_/query_1.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join4.test_/query_1.plan @@ -65,6 +65,29 @@ "PlanNodeId": 12, "Plans": [ { + "Node Type": "TablePointLookup", + "Operators": [ + { + "Inputs": [], + "Name": "TablePointLookup", + "Path": "/Root/postgres_jointest/join4.test_plan/nt3", + "ReadColumns": [ + "id", + "nt2_id" + ], + "ReadRange": [ + "id (1)" + ], + "Scan": "Parallel", + "Table": "postgres_jointest/join4.test_plan/nt3" + } + ], + "PlanNodeId": 11, + "Tables": [ + "postgres_jointest/join4.test_plan/nt3" + ] + }, + { "Node Type": "Broadcast", "PlanNodeId": 10, "PlanNodeType": "Connection", @@ -180,29 +203,6 @@ ] } ] - }, - { - "Node Type": "TablePointLookup", - "Operators": [ - { - "Inputs": [], - "Name": "TablePointLookup", - "Path": "/Root/postgres_jointest/join4.test_plan/nt3", - "ReadColumns": [ - "id", - "nt2_id" - ], - "ReadRange": [ - "id (1)" - ], - "Scan": "Parallel", - "Table": "postgres_jointest/join4.test_plan/nt3" - } - ], - "PlanNodeId": 11, - "Tables": [ - "postgres_jointest/join4.test_plan/nt3" - ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join4.test_/query_4.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join4.test_/query_4.plan index c5e612c2a44..d76eadbcd6d 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join4.test_/query_4.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join4.test_/query_4.plan @@ -93,6 +93,30 @@ "PlanNodeId": 14, "Plans": [ { + "Node Type": "TableFullScan", + "Operators": [ + { + "Inputs": [], + "Name": "TableFullScan", + "Path": "/Root/postgres_jointest/join4.test_plan/c", + "ReadColumns": [ + "a", + "name" + ], + "ReadRanges": [ + "name (-\u221e, +\u221e)" + ], + "ReadRangesPointPrefixLen": "0", + "Scan": "Parallel", + "Table": "postgres_jointest/join4.test_plan/c" + } + ], + "PlanNodeId": 13, + "Tables": [ + "postgres_jointest/join4.test_plan/c" + ] + }, + { "Node Type": "Broadcast", "PlanNodeId": 12, "PlanNodeType": "Connection", @@ -244,30 +268,6 @@ ] } ] - }, - { - "Node Type": "TableFullScan", - "Operators": [ - { - "Inputs": [], - "Name": "TableFullScan", - "Path": "/Root/postgres_jointest/join4.test_plan/c", - "ReadColumns": [ - "a", - "name" - ], - "ReadRanges": [ - "name (-\u221e, +\u221e)" - ], - "ReadRangesPointPrefixLen": "0", - "Scan": "Parallel", - "Table": "postgres_jointest/join4.test_plan/c" - } - ], - "PlanNodeId": 13, - "Tables": [ - "postgres_jointest/join4.test_plan/c" - ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join4.test_/query_8.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join4.test_/query_8.plan index 5d7e1a0c96e..ed6a3e0713e 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join4.test_/query_8.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join4.test_/query_8.plan @@ -57,6 +57,31 @@ "PlanNodeId": 7, "Plans": [ { + "Node Type": "TableFullScan", + "Operators": [ + { + "Inputs": [], + "Name": "TableFullScan", + "Path": "/Root/postgres_jointest/join4.test_plan/tt1", + "ReadColumns": [ + "joincol", + "tt1_id" + ], + "ReadRanges": [ + "tt1_id (-\u221e, +\u221e)", + "joincol (-\u221e, +\u221e)" + ], + "ReadRangesPointPrefixLen": "0", + "Scan": "Parallel", + "Table": "postgres_jointest/join4.test_plan/tt1" + } + ], + "PlanNodeId": 6, + "Tables": [ + "postgres_jointest/join4.test_plan/tt1" + ] + }, + { "Node Type": "Broadcast", "PlanNodeId": 5, "PlanNodeType": "Connection", @@ -106,31 +131,6 @@ ] } ] - }, - { - "Node Type": "TableFullScan", - "Operators": [ - { - "Inputs": [], - "Name": "TableFullScan", - "Path": "/Root/postgres_jointest/join4.test_plan/tt1", - "ReadColumns": [ - "joincol", - "tt1_id" - ], - "ReadRanges": [ - "tt1_id (-\u221e, +\u221e)", - "joincol (-\u221e, +\u221e)" - ], - "ReadRangesPointPrefixLen": "0", - "Scan": "Parallel", - "Table": "postgres_jointest/join4.test_plan/tt1" - } - ], - "PlanNodeId": 6, - "Tables": [ - "postgres_jointest/join4.test_plan/tt1" - ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join4.test_/query_9.plan b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join4.test_/query_9.plan index a2051a7785a..c30275501f4 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join4.test_/query_9.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join4.test_/query_9.plan @@ -57,6 +57,31 @@ "PlanNodeId": 7, "Plans": [ { + "Node Type": "TableFullScan", + "Operators": [ + { + "Inputs": [], + "Name": "TableFullScan", + "Path": "/Root/postgres_jointest/join4.test_plan/tt1", + "ReadColumns": [ + "joincol", + "tt1_id" + ], + "ReadRanges": [ + "tt1_id (-\u221e, +\u221e)", + "joincol (-\u221e, +\u221e)" + ], + "ReadRangesPointPrefixLen": "0", + "Scan": "Parallel", + "Table": "postgres_jointest/join4.test_plan/tt1" + } + ], + "PlanNodeId": 6, + "Tables": [ + "postgres_jointest/join4.test_plan/tt1" + ] + }, + { "Node Type": "Broadcast", "PlanNodeId": 5, "PlanNodeType": "Connection", @@ -106,31 +131,6 @@ ] } ] - }, - { - "Node Type": "TableFullScan", - "Operators": [ - { - "Inputs": [], - "Name": "TableFullScan", - "Path": "/Root/postgres_jointest/join4.test_plan/tt1", - "ReadColumns": [ - "joincol", - "tt1_id" - ], - "ReadRanges": [ - "tt1_id (-\u221e, +\u221e)", - "joincol (-\u221e, +\u221e)" - ], - "ReadRangesPointPrefixLen": "0", - "Scan": "Parallel", - "Table": "postgres_jointest/join4.test_plan/tt1" - } - ], - "PlanNodeId": 6, - "Tables": [ - "postgres_jointest/join4.test_plan/tt1" - ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_101.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_101.plan index a79d98b6e89..61472f6845a 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_101.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_101.plan @@ -110,25 +110,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -181,6 +162,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_103.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_103.plan index f2c0781c996..bdef9a585fd 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_103.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_103.plan @@ -80,25 +80,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -152,6 +133,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_11.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_11.plan index a55c5cddb71..ce29c68fee7 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_11.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_11.plan @@ -146,25 +146,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -218,6 +199,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_114.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_114.plan index ec6259e3e82..8ebbfe0e679 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_114.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_114.plan @@ -77,25 +77,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -148,6 +129,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_115.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_115.plan index 6d29acc529e..96283dd0220 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_115.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_115.plan @@ -146,25 +146,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -207,6 +188,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_121.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_121.plan index ecde0d71793..02d395cc9bd 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_121.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_121.plan @@ -74,25 +74,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -133,6 +114,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_13.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_13.plan index bf75a1f9283..b19fda95e05 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_13.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_13.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -162,6 +143,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_16.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_16.plan index e4f8a2fe7ab..837c8089551 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_16.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_16.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -137,6 +118,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_17.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_17.plan index 4a77d2a5206..c842d373265 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_17.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_17.plan @@ -113,25 +113,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -185,6 +166,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_18.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_18.plan index 63e6ca1eeab..c2c78269a66 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_18.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_18.plan @@ -128,25 +128,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -200,6 +181,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_2.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_2.plan index c186dfb7db1..a28774cd17b 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_2.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_2.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -124,6 +105,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_20.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_20.plan index cbe53546fb2..22d75e1464b 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_20.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_20.plan @@ -77,25 +77,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -149,6 +130,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_25.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_25.plan index 80e77e2605f..2a21508d99a 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_25.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_25.plan @@ -77,25 +77,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -137,6 +118,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_31.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_31.plan index a1b438fd85a..a53153498b0 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_31.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_31.plan @@ -131,25 +131,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -203,6 +184,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_49.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_49.plan index 31aeda89b0e..a6e34486498 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_49.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_49.plan @@ -125,25 +125,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -186,6 +167,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_74.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_74.plan index c186dfb7db1..a28774cd17b 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_74.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_74.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -124,6 +105,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_76.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_76.plan index 247b3af1559..702e67cc309 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_76.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_76.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -158,6 +139,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_8.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_8.plan index 74523e5a71b..1255fc043f7 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_8.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_8.plan @@ -122,25 +122,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -182,6 +163,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_82.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_82.plan index cb0f70f9ad0..fa682f01bb7 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_82.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_82.plan @@ -77,25 +77,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -149,6 +130,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_85.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_85.plan index d9ddfd14318..74d69fb826a 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_85.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-1.test_/query_85.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -147,6 +128,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_102.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_102.plan index 39d95576814..7f89cb08824 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_102.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_102.plan @@ -92,25 +92,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -164,6 +145,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_110.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_110.plan index 13319ad18b2..cabb4f4adee 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_110.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_110.plan @@ -128,25 +128,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -200,6 +181,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_112.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_112.plan index 26c6f4bf046..580e8651dd5 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_112.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_112.plan @@ -122,25 +122,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -183,6 +164,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_113.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_113.plan index fa979bdf852..394b03df645 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_113.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_113.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -137,6 +118,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_130.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_130.plan index 5497d1e333c..33ab49c17c5 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_130.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_130.plan @@ -113,25 +113,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -185,6 +166,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_15.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_15.plan index 38371ca8372..d4e16dde76f 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_15.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_15.plan @@ -107,25 +107,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -167,6 +148,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_2.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_2.plan index 6e2d633b6de..72127f6ba06 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_2.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_2.plan @@ -95,25 +95,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -167,6 +148,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_42.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_42.plan index 7438f8f3cd2..d75e420461b 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_42.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_42.plan @@ -95,25 +95,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -155,6 +136,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_44.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_44.plan index d6b155698cb..3f569cc3680 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_44.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_44.plan @@ -80,25 +80,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -152,6 +133,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_54.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_54.plan index 5668d9149d1..2ce103556cb 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_54.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_54.plan @@ -95,25 +95,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -167,6 +148,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_55.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_55.plan index 7e49cf9cdc6..b50bb2c9fa8 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_55.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_55.plan @@ -95,25 +95,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -156,6 +137,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_60.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_60.plan index 6a09821ce58..6912434b97b 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_60.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_60.plan @@ -134,25 +134,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -195,6 +176,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_69.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_69.plan index e2da85b6afa..516f7508da2 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_69.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_69.plan @@ -113,25 +113,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -173,6 +154,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_7.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_7.plan index e21749ec796..f2fbf461ae3 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_7.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_7.plan @@ -77,25 +77,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -148,6 +129,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_77.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_77.plan index 93c194e56e1..f76572281e1 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_77.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_77.plan @@ -77,25 +77,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -148,6 +129,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_8.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_8.plan index b3ea107b1bf..151e37af9e3 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_8.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_8.plan @@ -77,25 +77,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -148,6 +129,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_83.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_83.plan index 642f1af4e93..ced50669fe2 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_83.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_83.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -135,6 +116,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_89.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_89.plan index df006a27431..66771ca239b 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_89.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_89.plan @@ -116,25 +116,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -175,6 +156,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_90.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_90.plan index 9854b9e2e67..adb5692eafa 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_90.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_90.plan @@ -80,25 +80,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -152,6 +133,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_91.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_91.plan index d4abf3a1631..3ce250a545d 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_91.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_91.plan @@ -68,25 +68,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -140,6 +121,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_92.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_92.plan index a892a636971..fcc70953785 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_92.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_92.plan @@ -74,25 +74,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -145,6 +126,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_97.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_97.plan index 5de4ae3d80e..322bcb09796 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_97.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_97.plan @@ -68,25 +68,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -128,6 +109,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_99.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_99.plan index 16bc34ad938..a0522b4f591 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_99.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-2.test_/query_99.plan @@ -149,25 +149,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -210,6 +191,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_1.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_1.plan index ad3557eeda9..d2efa43e5a0 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_1.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_1.plan @@ -173,25 +173,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -245,6 +226,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_108.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_108.plan index 8caea53b920..1d9f9f9461d 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_108.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_108.plan @@ -98,25 +98,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -170,6 +151,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_110.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_110.plan index b52fa0d9f97..a01d42f7a45 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_110.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_110.plan @@ -68,25 +68,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -128,6 +109,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_111.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_111.plan index a7c065f9a9e..ee2865849ad 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_111.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_111.plan @@ -113,25 +113,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -185,6 +166,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_112.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_112.plan index 4d84d0576b5..23f8d38b5d0 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_112.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_112.plan @@ -92,25 +92,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -163,6 +144,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_113.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_113.plan index 9e59f0a6756..32a487a0381 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_113.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_113.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -172,6 +153,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_114.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_114.plan index 3f8a533f713..f998b1d81b2 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_114.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_114.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -158,6 +139,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_119.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_119.plan index 7205176f2d3..2fcf8cca628 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_119.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_119.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -158,6 +139,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_120.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_120.plan index d0bf6f23fa2..6b86b24cbff 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_120.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_120.plan @@ -155,25 +155,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -227,6 +208,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_127.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_127.plan index 0b731145cdf..fc0c043224d 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_127.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_127.plan @@ -110,25 +110,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -171,6 +152,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_128.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_128.plan index bed0402b044..77abdc617a4 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_128.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_128.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -135,6 +116,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_13.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_13.plan index 125accc8894..abb832a66ac 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_13.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_13.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -149,6 +130,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_132.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_132.plan index abce88dab6c..63d59985043 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_132.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_132.plan @@ -131,25 +131,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -192,6 +173,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_137.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_137.plan index 84d5fa5b9a5..53bc6fe184d 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_137.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_137.plan @@ -128,25 +128,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -200,6 +181,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_141.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_141.plan index 9c83c1717e7..7f44cff3e11 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_141.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_141.plan @@ -77,25 +77,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -149,6 +130,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_19.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_19.plan index 3c807dcbea7..c6735ae55b6 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_19.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_19.plan @@ -104,25 +104,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -176,6 +157,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_25.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_25.plan index 2d0843ace73..7fe92379ae7 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_25.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_25.plan @@ -98,25 +98,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -170,6 +151,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_3.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_3.plan index 461a18dc950..620ab88f198 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_3.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_3.plan @@ -122,25 +122,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -194,6 +175,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_33.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_33.plan index a56724267fa..5d1a46e6b15 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_33.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_33.plan @@ -71,25 +71,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -142,6 +123,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_41.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_41.plan index e8df75439ff..cb28b94e2cd 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_41.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_41.plan @@ -95,25 +95,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -167,6 +148,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_49.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_49.plan index 6ed7f25aa48..dc12d79d554 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_49.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_49.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -158,6 +139,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_52.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_52.plan index 5d735444e47..6006f65189c 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_52.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_52.plan @@ -152,25 +152,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -213,6 +194,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_59.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_59.plan index 54d5d1e5e5d..dc124dba6a2 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_59.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_59.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -158,6 +139,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_6.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_6.plan index f0b9f942980..71a7cd940ce 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_6.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_6.plan @@ -83,25 +83,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -155,6 +136,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_63.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_63.plan index e375399424a..4df016d17fb 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_63.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_63.plan @@ -95,25 +95,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -156,6 +137,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_64.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_64.plan index e6757ed7655..e056b78a353 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_64.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_64.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -158,6 +139,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_7.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_7.plan index 245aca93e4f..239bdbe2e2c 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_7.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_7.plan @@ -92,25 +92,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -164,6 +145,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_72.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_72.plan index ff7399487ca..b3ac9b5a969 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_72.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_72.plan @@ -68,25 +68,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -139,6 +120,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_8.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_8.plan index b327a3c6bd2..c4bb6d6f6a9 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_8.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_8.plan @@ -122,25 +122,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -194,6 +175,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_87.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_87.plan index 876ca41fa8a..19132a9d1e9 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_87.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_87.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -173,6 +154,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_92.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_92.plan index 11a50fe9f40..c463b6cfb8b 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_92.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-3.test_/query_92.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_107.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_107.plan index 3b28725be98..36d7566c26f 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_107.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_107.plan @@ -104,25 +104,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -176,6 +157,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_110.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_110.plan index 84814ec7ae4..d43d8c66972 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_110.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_110.plan @@ -74,25 +74,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -146,6 +127,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_111.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_111.plan index bac5d773f37..908ef59b0c6 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_111.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_111.plan @@ -143,25 +143,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -204,6 +185,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_114.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_114.plan index c46a9c62003..fcc06689a64 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_114.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_114.plan @@ -74,25 +74,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -146,6 +127,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_115.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_115.plan index 86f57fd5519..c3feaab3901 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_115.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_115.plan @@ -152,25 +152,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -224,6 +205,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_116.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_116.plan index e7725d05664..6ca383d7143 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_116.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_116.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -137,6 +118,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_12.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_12.plan index 9ac395df4a6..0ac3eb136a1 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_12.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_12.plan @@ -80,25 +80,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -140,6 +121,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_123.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_123.plan index a365d34cb47..c49698b4e9e 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_123.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_123.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -158,6 +139,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_126.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_126.plan index f0be3805a85..a55d8e18cd0 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_126.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_126.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_133.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_133.plan index 3728fbe6963..a6ab2d828af 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_133.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_133.plan @@ -107,25 +107,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -179,6 +160,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_134.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_134.plan index fd67d8d4426..895cb15093d 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_134.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_134.plan @@ -131,25 +131,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -203,6 +184,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_2.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_2.plan index 15207f1de3b..0f91f7e5ead 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_2.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_2.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -173,6 +154,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_21.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_21.plan index 16b704b3737..45b340c3e00 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_21.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_21.plan @@ -155,25 +155,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -227,6 +208,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_24.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_24.plan index f4c1d7a9474..b33e49b35a6 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_24.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_24.plan @@ -104,25 +104,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -163,6 +144,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_3.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_3.plan index ec0e46799c4..2fcd14f6da7 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_3.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_3.plan @@ -143,25 +143,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -204,6 +185,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_31.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_31.plan index 09f3f1358e4..36742aae4c5 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_31.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_31.plan @@ -74,25 +74,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -146,6 +127,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_40.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_40.plan index 9c83b89115c..66cba589400 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_40.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_40.plan @@ -95,25 +95,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -155,6 +136,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_44.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_44.plan index bd5c8ff1193..1dcc46aee5e 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_44.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_44.plan @@ -92,25 +92,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -164,6 +145,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_5.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_5.plan index f5500cb7c35..4df8c24410c 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_5.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_5.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -148,6 +129,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_55.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_55.plan index a670ead8024..7f7067788ad 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_55.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_55.plan @@ -161,25 +161,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -233,6 +214,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_60.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_60.plan index 59d7c051ffb..4961cd6f3bb 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_60.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_60.plan @@ -113,25 +113,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -185,6 +166,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_65.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_65.plan index 99831503811..e71d28049f4 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_65.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_65.plan @@ -92,25 +92,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -164,6 +145,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_81.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_81.plan index 4dab1f271b0..543ccb210b2 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_81.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_81.plan @@ -71,25 +71,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -143,6 +124,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_84.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_84.plan index 53db8635fe6..3b842042cb8 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_84.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_84.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -173,6 +154,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_89.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_89.plan index a6e8005cf3c..2db5fd70ed5 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_89.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_89.plan @@ -128,25 +128,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -200,6 +181,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_90.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_90.plan index e95328e8937..6680fed617e 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_90.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_90.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -162,6 +143,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_91.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_91.plan index ac5760134f5..8d5be4109ab 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_91.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_91.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -146,6 +127,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_95.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_95.plan index ccc9f800bd2..b8bd27d015e 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_95.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_95.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -158,6 +139,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_98.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_98.plan index 71cb50a150e..e1cdc1310db 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_98.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-4.test_/query_98.plan @@ -77,25 +77,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -148,6 +129,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-5.test_/query_11.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-5.test_/query_11.plan index f4f8d1a6e20..8c390f21070 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-5.test_/query_11.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-5.test_/query_11.plan @@ -95,25 +95,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -167,6 +148,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-5.test_/query_24.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-5.test_/query_24.plan index 1ceac05c5b6..95946a07929 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-5.test_/query_24.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-5.test_/query_24.plan @@ -83,25 +83,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -154,6 +135,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-5.test_/query_26.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-5.test_/query_26.plan index 184e15dc78c..fe18016a0e0 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-5.test_/query_26.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-5.test_/query_26.plan @@ -83,25 +83,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -155,6 +136,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-5.test_/query_29.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-5.test_/query_29.plan index 02442e0bc58..ed4ed348e6e 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-5.test_/query_29.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-5.test_/query_29.plan @@ -71,25 +71,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -143,6 +124,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-5.test_/query_30.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-5.test_/query_30.plan index 26ec31ed9aa..9346b26b1d3 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-5.test_/query_30.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-5.test_/query_30.plan @@ -125,25 +125,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -197,6 +178,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-5.test_/query_34.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-5.test_/query_34.plan index 4c127ca38c2..fa3ef4ec400 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-5.test_/query_34.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-5.test_/query_34.plan @@ -140,25 +140,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -212,6 +193,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-5.test_/query_8.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-5.test_/query_8.plan index a265e208fe8..19e7352059d 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-5.test_/query_8.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select1-5.test_/query_8.plan @@ -83,25 +83,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -155,6 +136,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_1.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_1.plan index 7a268ab99ce..990fdd76e31 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_1.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_1.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -124,6 +105,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_10.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_10.plan index 8e9eb9cfdde..e8a0bd19239 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_10.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_10.plan @@ -98,25 +98,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -170,6 +151,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_107.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_107.plan index 7a268ab99ce..990fdd76e31 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_107.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_107.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -124,6 +105,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_109.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_109.plan index 1dd246a5c6c..6b9b127250b 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_109.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_109.plan @@ -113,25 +113,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -185,6 +166,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_11.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_11.plan index 544b4777e21..050197c126f 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_11.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_11.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -150,6 +131,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_111.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_111.plan index 455f43e3cb8..77cd6645c40 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_111.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_111.plan @@ -122,25 +122,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -194,6 +175,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_116.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_116.plan index 05b8fd8139b..4dbdc99ca0f 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_116.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_116.plan @@ -140,25 +140,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -212,6 +193,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_122.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_122.plan index abc7cd6c425..a23d824d102 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_122.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_122.plan @@ -77,25 +77,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -138,6 +119,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_137.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_137.plan index b12a034f4ce..07f18f805b8 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_137.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_137.plan @@ -74,25 +74,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -145,6 +126,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_20.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_20.plan index 922d460bd68..f61fe16eb08 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_20.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_20.plan @@ -98,25 +98,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -159,6 +140,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_29.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_29.plan index 3a731d740a3..f778229e23c 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_29.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_29.plan @@ -71,25 +71,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -143,6 +124,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_40.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_40.plan index de30581d11c..90d454ed6dd 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_40.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_40.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -137,6 +118,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_48.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_48.plan index 95c7a3e21d1..0701e10f20e 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_48.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_48.plan @@ -116,25 +116,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -188,6 +169,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_51.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_51.plan index 281fc6870d5..00e679db949 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_51.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_51.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -158,6 +139,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_52.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_52.plan index e83f3714d47..fc54fc5be66 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_52.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_52.plan @@ -68,25 +68,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -140,6 +121,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_60.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_60.plan index a43603429f5..728e780994a 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_60.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_60.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -157,6 +138,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_65.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_65.plan index 7e861262999..7692555459d 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_65.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_65.plan @@ -131,25 +131,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -203,6 +184,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_8.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_8.plan index be4a10d06b0..a51bcedf483 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_8.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_8.plan @@ -170,25 +170,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -231,6 +212,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_89.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_89.plan index ab667bb15d9..1e29ab6912b 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_89.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_89.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -147,6 +128,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_91.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_91.plan index 7aa48efe5af..34b2b5345ab 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_91.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_91.plan @@ -68,25 +68,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -139,6 +120,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_94.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_94.plan index 38cc771ab41..9267be9235e 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_94.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-1.test_/query_94.plan @@ -122,25 +122,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -194,6 +175,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_1.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_1.plan index bec69646d57..be38bf802ef 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_1.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_1.plan @@ -128,25 +128,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -200,6 +181,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_102.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_102.plan index f341ca50e41..cb074be8c05 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_102.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_102.plan @@ -113,25 +113,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -185,6 +166,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_119.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_119.plan index 718956b3db0..44a5467cafc 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_119.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_119.plan @@ -149,25 +149,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -210,6 +191,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_121.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_121.plan index 653a8d46607..ee459c8ff7f 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_121.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_121.plan @@ -122,25 +122,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -183,6 +164,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_127.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_127.plan index 71031f0841b..1c815c6e3b7 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_127.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_127.plan @@ -110,25 +110,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -182,6 +163,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_133.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_133.plan index c24710d77a2..816f3e9e054 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_133.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_133.plan @@ -104,25 +104,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -175,6 +156,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_137.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_137.plan index fa5b9564894..337e0a9a9b4 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_137.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_137.plan @@ -80,25 +80,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -141,6 +122,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_139.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_139.plan index a91b2d8fbea..ba5836d66a0 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_139.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_139.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_143.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_143.plan index 20a6c1b8762..631974882df 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_143.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_143.plan @@ -83,25 +83,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -155,6 +136,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_155.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_155.plan index f559ff85c26..ea8109b2408 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_155.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_155.plan @@ -83,25 +83,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -155,6 +136,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_157.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_157.plan index b85b6148f04..4997749c129 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_157.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_157.plan @@ -68,25 +68,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -139,6 +120,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_2.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_2.plan index 7186d323e33..164c6bf2861 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_2.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_2.plan @@ -140,25 +140,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -212,6 +193,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_25.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_25.plan index 56350c8640c..c654ee6a8f0 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_25.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_25.plan @@ -110,25 +110,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -171,6 +152,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_38.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_38.plan index bb2f982cfee..c256fdff7c9 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_38.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_38.plan @@ -80,25 +80,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -151,6 +132,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_4.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_4.plan index abd8c630b05..faee7e7a7a9 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_4.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_4.plan @@ -92,25 +92,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -153,6 +134,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_40.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_40.plan index 3b0f5bd87a7..bfe40459ccb 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_40.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_40.plan @@ -137,25 +137,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -209,6 +190,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_55.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_55.plan index d16e2d53510..eb81cedd57d 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_55.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_55.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -173,6 +154,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_57.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_57.plan index 52c37a9ef9b..39ccfdd61fc 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_57.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_57.plan @@ -95,25 +95,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -156,6 +137,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_61.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_61.plan index cf0b23ce18e..68870d8fd3c 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_61.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_61.plan @@ -113,25 +113,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -184,6 +165,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_67.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_67.plan index 90e5472e036..662338c261d 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_67.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_67.plan @@ -116,25 +116,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -188,6 +169,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_75.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_75.plan index 2807f663f86..c068be33d2d 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_75.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_75.plan @@ -113,25 +113,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -173,6 +154,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_77.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_77.plan index c6573ca5df2..594af1151c3 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_77.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_77.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -136,6 +117,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_85.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_85.plan index c488914ffee..dadc74c2ec4 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_85.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_85.plan @@ -125,25 +125,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -197,6 +178,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_89.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_89.plan index 31582fee4e2..93a697c15b1 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_89.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_89.plan @@ -98,25 +98,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -170,6 +151,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_91.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_91.plan index 345e0c374b9..4e550035d50 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_91.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_91.plan @@ -146,25 +146,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -207,6 +188,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_97.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_97.plan index 25887e6291e..1d069679cee 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_97.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_97.plan @@ -92,25 +92,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -164,6 +145,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_98.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_98.plan index de3e92ee1c3..840460a812c 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_98.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-2.test_/query_98.plan @@ -77,25 +77,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -137,6 +118,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_10.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_10.plan index 977f122e849..1dc5f296d9c 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_10.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_10.plan @@ -119,25 +119,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -180,6 +161,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_107.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_107.plan index 900e4caf71c..5c98c3ff21d 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_107.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_107.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -137,6 +118,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_111.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_111.plan index 2f8d3f50a50..1e37d779cbf 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_111.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_111.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -136,6 +117,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_112.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_112.plan index ff402d93948..cd83076eb61 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_112.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_112.plan @@ -119,25 +119,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -191,6 +172,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_114.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_114.plan index 9c3253b8c41..92b69155a48 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_114.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_114.plan @@ -140,25 +140,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -212,6 +193,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_117.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_117.plan index c8e4fa6123a..fed500d7463 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_117.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_117.plan @@ -71,25 +71,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -143,6 +124,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_13.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_13.plan index 30708e7e82b..f41b1ddbe5d 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_13.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_13.plan @@ -149,25 +149,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -210,6 +191,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_135.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_135.plan index c0c08e5f99c..ab02952b4ce 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_135.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_135.plan @@ -92,25 +92,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -164,6 +145,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_140.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_140.plan index 70f19ed72d4..f29e426ba65 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_140.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_140.plan @@ -95,25 +95,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -167,6 +148,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_144.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_144.plan index 7fb77ac39bd..092689994da 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_144.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_144.plan @@ -74,25 +74,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -145,6 +126,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_145.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_145.plan index 3aa2e0f9cd4..724c7f39508 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_145.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_145.plan @@ -74,25 +74,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -145,6 +126,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_147.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_147.plan index f3c654c77fd..ab6cccb6cfc 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_147.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_147.plan @@ -95,25 +95,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -167,6 +148,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_17.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_17.plan index 51ef0310f1e..eaa2f875375 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_17.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_17.plan @@ -83,25 +83,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -155,6 +136,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_2.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_2.plan index 44ea042d7e4..aaee4a23d2c 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_2.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_2.plan @@ -137,25 +137,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -209,6 +190,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_27.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_27.plan index f7e96d901e5..9d7baafde09 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_27.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_27.plan @@ -74,25 +74,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -145,6 +126,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_31.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_31.plan index 197e4ca41cd..aca18c1a3e4 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_31.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_31.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -145,6 +126,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_44.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_44.plan index 64184259eb7..ad7c1295def 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_44.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_44.plan @@ -95,25 +95,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -167,6 +148,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_48.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_48.plan index 3ee39f1f083..d5b6844c96e 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_48.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_48.plan @@ -116,25 +116,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -188,6 +169,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_5.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_5.plan index 8ac6a64d2df..a1697aad6af 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_5.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_5.plan @@ -95,25 +95,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -167,6 +148,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_54.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_54.plan index e0fe2e67bda..f85e65b6646 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_54.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_54.plan @@ -71,25 +71,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -143,6 +124,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_59.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_59.plan index 2056b093d8e..6f16d27a9df 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_59.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_59.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -173,6 +154,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_6.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_6.plan index 11a55390fdf..6491114cae1 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_6.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_6.plan @@ -95,25 +95,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -166,6 +147,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_69.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_69.plan index 7b21876074d..8f511b00a1f 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_69.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_69.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -136,6 +117,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_70.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_70.plan index 5f1ca35c627..6b03a191a82 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_70.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_70.plan @@ -95,25 +95,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -166,6 +147,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_74.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_74.plan index 9692522ce0e..765e37c8dab 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_74.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_74.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -173,6 +154,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_78.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_78.plan index 50f96b2aeb8..74aef1b2e35 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_78.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_78.plan @@ -74,25 +74,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -146,6 +127,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_79.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_79.plan index 47b3cf6525c..10bf2222bd9 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_79.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_79.plan @@ -155,25 +155,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -216,6 +197,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_8.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_8.plan index 318f49cc064..486136beac9 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_8.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_8.plan @@ -98,25 +98,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -170,6 +151,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_82.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_82.plan index d77512e38a4..38296a42f0b 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_82.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_82.plan @@ -83,25 +83,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -155,6 +136,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_9.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_9.plan index e78cb0644f7..aa57769d597 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_9.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-3.test_/query_9.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -173,6 +154,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_10.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_10.plan index 816c44c2e3e..06bf3388c64 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_10.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_10.plan @@ -80,25 +80,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -140,6 +121,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_102.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_102.plan index 165c7944691..de823db58cc 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_102.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_102.plan @@ -137,25 +137,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -209,6 +190,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_107.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_107.plan index bd2fdbe8e7d..dd757aeb2d9 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_107.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_107.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -173,6 +154,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_111.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_111.plan index 9ef5c2ee903..9104a3d909e 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_111.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_111.plan @@ -170,25 +170,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -242,6 +223,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_114.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_114.plan index 8fb6c99779e..d58ebdaf2f0 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_114.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_114.plan @@ -134,25 +134,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -206,6 +187,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_134.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_134.plan index 740edd566eb..3cf9bfd7b5f 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_134.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_134.plan @@ -137,25 +137,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -209,6 +190,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_14.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_14.plan index 24c333ef4be..6056da65329 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_14.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_14.plan @@ -77,25 +77,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -149,6 +130,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_19.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_19.plan index 0bd9529a781..23f65684227 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_19.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_19.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_2.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_2.plan index c4c4906e61e..29fcc5d2106 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_2.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_2.plan @@ -110,25 +110,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -182,6 +163,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_20.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_20.plan index 43707803d63..243b895929b 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_20.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_20.plan @@ -74,25 +74,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -146,6 +127,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_28.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_28.plan index b28e492b178..d3c062719a8 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_28.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_28.plan @@ -92,25 +92,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -152,6 +133,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_33.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_33.plan index 09d842f39e9..cfedca190bd 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_33.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_33.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -172,6 +153,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_37.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_37.plan index b743d451d46..a68aa246691 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_37.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_37.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -157,6 +138,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_39.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_39.plan index 78a3d586f89..f9ef4ecf3da 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_39.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_39.plan @@ -80,25 +80,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -152,6 +133,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_45.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_45.plan index cdbb003c501..4b01d31ad85 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_45.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_45.plan @@ -113,25 +113,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -173,6 +154,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_52.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_52.plan index 421e446c852..305d058ba86 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_52.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_52.plan @@ -95,25 +95,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -156,6 +137,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_61.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_61.plan index 3d30cb02fd3..b2f50d27c20 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_61.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_61.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -137,6 +118,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_63.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_63.plan index 640663a323e..2d62d1bdf5f 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_63.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_63.plan @@ -116,25 +116,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -177,6 +158,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_67.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_67.plan index 2ad16b0553e..9ecb69f2913 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_67.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_67.plan @@ -68,25 +68,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -140,6 +121,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_68.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_68.plan index ee7e8eaab48..aeddb4d934d 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_68.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_68.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -158,6 +139,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_70.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_70.plan index cd8bf6166da..2bbb4e0fdf8 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_70.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_70.plan @@ -92,25 +92,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -164,6 +145,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_71.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_71.plan index 0a66c54b87b..3bab09c9b36 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_71.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_71.plan @@ -113,25 +113,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -174,6 +155,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_74.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_74.plan index 9498758fd13..d619303f403 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_74.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_74.plan @@ -116,25 +116,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -188,6 +169,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_8.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_8.plan index 03cea584356..6b61b0deea5 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_8.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_8.plan @@ -152,25 +152,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -224,6 +205,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_82.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_82.plan index e9a7a4470d9..aaee385f7a6 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_82.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_82.plan @@ -92,25 +92,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -153,6 +134,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_84.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_84.plan index bc0e308f860..d7afa6776bd 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_84.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_84.plan @@ -131,25 +131,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -203,6 +184,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_86.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_86.plan index 6f325d805a1..3138e43ab3f 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_86.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_86.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -137,6 +118,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_89.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_89.plan index 5fd78ed07bf..a0ca8edcf9d 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_89.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_89.plan @@ -71,25 +71,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -142,6 +123,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_91.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_91.plan index 77f397f1af4..2e0ca98d64e 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_91.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_91.plan @@ -116,25 +116,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -187,6 +168,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_98.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_98.plan index b6a2415cc91..bee15f3f73f 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_98.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select2-4.test_/query_98.plan @@ -92,25 +92,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -164,6 +145,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_1.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_1.plan index bc0a2c85407..bf551c6603f 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_1.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_1.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -124,6 +105,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_131.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_131.plan index 0048350eb42..dd6535791ad 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_131.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_131.plan @@ -80,25 +80,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -141,6 +122,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_132.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_132.plan index 0048350eb42..dd6535791ad 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_132.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_132.plan @@ -80,25 +80,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -141,6 +122,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_17.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_17.plan index ac4e969076f..42952554d65 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_17.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_17.plan @@ -92,25 +92,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -164,6 +145,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_18.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_18.plan index 01850ec216c..326a9225eed 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_18.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_18.plan @@ -92,25 +92,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -164,6 +145,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_19.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_19.plan index 1fb98febd4e..5773e42603f 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_19.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_19.plan @@ -92,25 +92,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -164,6 +145,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_2.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_2.plan index bc0a2c85407..bf551c6603f 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_2.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_2.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -124,6 +105,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_20.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_20.plan index d739311e3b7..05f1bec0581 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_20.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_20.plan @@ -92,25 +92,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -164,6 +145,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_39.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_39.plan index 493016cb553..ace904eb0ec 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_39.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_39.plan @@ -113,25 +113,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -174,6 +155,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_40.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_40.plan index 761bae08538..5ddb2294f49 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_40.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_40.plan @@ -113,25 +113,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -174,6 +155,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_83.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_83.plan index c3ae81b017a..e11d0777827 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_83.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_83.plan @@ -95,25 +95,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -155,6 +136,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_84.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_84.plan index f405d84d057..35eb8f9b2e9 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_84.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-1.test_/query_84.plan @@ -95,25 +95,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -155,6 +136,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_11.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_11.plan index 700783d6876..b71d3ed5da0 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_11.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_11.plan @@ -125,25 +125,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -186,6 +167,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_12.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_12.plan index 938c0b9ffec..adeefd466c9 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_12.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_12.plan @@ -125,25 +125,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -186,6 +167,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_23.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_23.plan index 1fd56d41400..1b44d457c28 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_23.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_23.plan @@ -128,25 +128,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -189,6 +170,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_24.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_24.plan index 3abe29e3f03..d5b11a454cd 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_24.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_24.plan @@ -128,25 +128,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -189,6 +170,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_69.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_69.plan index cb88059b5d1..f2dad8052b5 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_69.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_69.plan @@ -113,25 +113,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -185,6 +166,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_70.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_70.plan index 0ca58de665a..8c76595061f 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_70.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_70.plan @@ -113,25 +113,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -185,6 +166,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_75.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_75.plan index f69663f73d6..5419be75fd9 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_75.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_75.plan @@ -98,25 +98,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -170,6 +151,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_76.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_76.plan index edb0c2778eb..ebb4e5e541f 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_76.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_76.plan @@ -98,25 +98,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -170,6 +151,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_93.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_93.plan index 0a7d4afbb25..65561a0014f 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_93.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_93.plan @@ -80,25 +80,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -152,6 +133,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_94.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_94.plan index dd4ea767a7e..89f13267ae6 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_94.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_94.plan @@ -80,25 +80,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -152,6 +133,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_97.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_97.plan index b210a3f1d36..91f78fa21dc 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_97.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_97.plan @@ -125,25 +125,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -186,6 +167,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_98.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_98.plan index 4a733205b09..cf3612433a3 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_98.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-10.test_/query_98.plan @@ -125,25 +125,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -186,6 +167,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_105.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_105.plan index e20bd455b2e..145c8344917 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_105.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_105.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -172,6 +153,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_106.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_106.plan index e20bd455b2e..145c8344917 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_106.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_106.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -172,6 +153,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_19.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_19.plan index 9c2755b4fcb..c0ac540a49f 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_19.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_19.plan @@ -80,25 +80,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -140,6 +121,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_20.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_20.plan index 9c2755b4fcb..c0ac540a49f 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_20.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_20.plan @@ -80,25 +80,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -140,6 +121,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_31.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_31.plan index ee19860496a..80d6de26cdc 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_31.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_31.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -136,6 +117,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_32.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_32.plan index ee19860496a..80d6de26cdc 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_32.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_32.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -136,6 +117,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_43.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_43.plan index 898f229e902..13e4ae47bd3 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_43.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_43.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -158,6 +139,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_44.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_44.plan index f238221d579..47f0b119eb0 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_44.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_44.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -158,6 +139,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_45.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_45.plan index 53ee10a7e7b..9c870ec04cb 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_45.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_45.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -158,6 +139,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_46.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_46.plan index 53ee10a7e7b..9c870ec04cb 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_46.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_46.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -158,6 +139,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_47.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_47.plan index 594451e82a1..b118b9f1a9b 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_47.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_47.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -158,6 +139,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_48.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_48.plan index 88c4650700c..75b24055190 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_48.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_48.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -158,6 +139,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_5.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_5.plan index 23102f5639f..465accde1cc 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_5.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_5.plan @@ -110,25 +110,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -182,6 +163,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_6.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_6.plan index b1bd9b42536..4da46d0f10e 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_6.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-11.test_/query_6.plan @@ -110,25 +110,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -182,6 +163,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_105.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_105.plan index 10d6a02e522..e961b3f8c74 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_105.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_105.plan @@ -155,25 +155,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -216,6 +197,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_106.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_106.plan index e323f691ed4..af5bcc897a9 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_106.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_106.plan @@ -155,25 +155,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -216,6 +197,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_107.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_107.plan index 6741faf4cd5..abf4cba82ed 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_107.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_107.plan @@ -92,25 +92,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -153,6 +134,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_108.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_108.plan index 7985f8f9dd4..01f8658b53c 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_108.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_108.plan @@ -92,25 +92,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -153,6 +134,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_109.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_109.plan index 06d1e5a6ea0..76786f5bf32 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_109.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_109.plan @@ -77,25 +77,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -149,6 +130,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_110.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_110.plan index 837caf61f2d..561b9152868 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_110.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_110.plan @@ -77,25 +77,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -149,6 +130,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_111.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_111.plan index f5747cb629c..c6bdc680251 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_111.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_111.plan @@ -77,25 +77,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -149,6 +130,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_112.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_112.plan index 368c3750cd1..d6b7956c308 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_112.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_112.plan @@ -77,25 +77,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -149,6 +130,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_139.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_139.plan index d212d6530d5..31b7407a9bc 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_139.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_139.plan @@ -158,25 +158,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -230,6 +211,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_140.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_140.plan index 1ba3153da10..d70bc7d95cf 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_140.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_140.plan @@ -158,25 +158,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -230,6 +211,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_37.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_37.plan index c4d18484617..5ced914878b 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_37.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_37.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_38.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_38.plan index c345bdebb57..1a441342400 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_38.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_38.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_45.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_45.plan index a315894e37c..459361dd071 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_45.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_45.plan @@ -71,25 +71,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -143,6 +124,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_46.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_46.plan index a315894e37c..459361dd071 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_46.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_46.plan @@ -71,25 +71,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -143,6 +124,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_47.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_47.plan index edb6ea298ac..f2ae933d8c1 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_47.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_47.plan @@ -71,25 +71,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -143,6 +124,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_48.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_48.plan index 5abd8b9bad3..46d61f7a70a 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_48.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_48.plan @@ -71,25 +71,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -143,6 +124,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_73.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_73.plan index fb17d1d7f52..2e199a743af 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_73.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_73.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -162,6 +143,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_74.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_74.plan index dfe8a948507..588aa03b402 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_74.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_74.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -162,6 +143,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_77.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_77.plan index 35020de93a7..5730a090256 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_77.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_77.plan @@ -83,25 +83,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -155,6 +136,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_78.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_78.plan index 35020de93a7..5730a090256 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_78.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_78.plan @@ -83,25 +83,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -155,6 +136,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_79.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_79.plan index f07c0f37f19..f336a80ac8d 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_79.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_79.plan @@ -83,25 +83,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -155,6 +136,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_80.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_80.plan index afe880e043b..4e3108c514e 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_80.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_80.plan @@ -83,25 +83,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -155,6 +136,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_81.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_81.plan index 29c0f6a4089..562b880965f 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_81.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_81.plan @@ -83,25 +83,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -155,6 +136,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_82.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_82.plan index dbe88c9be64..2d834d4101a 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_82.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_82.plan @@ -83,25 +83,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -155,6 +136,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_85.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_85.plan index c6ced3b3b8c..7ecdc8328ee 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_85.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_85.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_86.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_86.plan index fcb9e3cd278..46a5d34cb1e 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_86.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-12.test_/query_86.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_10.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_10.plan index 5641f88fa5e..26be3891827 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_10.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_10.plan @@ -125,25 +125,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -197,6 +178,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_11.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_11.plan index 0aedbe3877a..0333f185b0f 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_11.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_11.plan @@ -125,25 +125,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -197,6 +178,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_12.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_12.plan index 0dc19dbc691..c8a8aacde9e 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_12.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_12.plan @@ -125,25 +125,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -197,6 +178,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_13.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_13.plan index eee5f73dd51..77b51f06c26 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_13.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_13.plan @@ -125,25 +125,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -197,6 +178,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_14.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_14.plan index 3bac4546b73..a18c159feae 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_14.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_14.plan @@ -125,25 +125,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -197,6 +178,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_15.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_15.plan index dd6b6f2b940..c6b586177f1 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_15.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_15.plan @@ -125,25 +125,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -197,6 +178,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_16.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_16.plan index e72bd523d30..1d4a619ff4c 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_16.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_16.plan @@ -125,25 +125,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -197,6 +178,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_17.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_17.plan index 28416d2db4e..6e3d319b6b6 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_17.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_17.plan @@ -125,25 +125,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -197,6 +178,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_24.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_24.plan index 646f5bfb0ea..fb0384bde14 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_24.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_24.plan @@ -68,25 +68,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -140,6 +121,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_25.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_25.plan index ad362c57f3b..7a8df881323 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_25.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_25.plan @@ -68,25 +68,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -140,6 +121,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_26.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_26.plan index 46aa6fadf2e..df59d18e317 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_26.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_26.plan @@ -68,25 +68,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -140,6 +121,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_27.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_27.plan index 46aa6fadf2e..df59d18e317 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_27.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_27.plan @@ -68,25 +68,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -140,6 +121,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_34.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_34.plan index 97e3b33365e..4a70728ee72 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_34.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_34.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_35.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_35.plan index eb8e8bfd4fb..7b41572f87f 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_35.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_35.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_36.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_36.plan index 8e9aac3a305..a89a7e0a055 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_36.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_36.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_37.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_37.plan index 7935c1e3bb8..11e70cb7a72 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_37.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_37.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_38.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_38.plan index 2d79f17f5aa..949d019f43b 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_38.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_38.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_39.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_39.plan index ea41d12d6c7..d59dc2ea0f4 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_39.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_39.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_62.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_62.plan index 8f4a6f50136..90848793486 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_62.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_62.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -124,6 +105,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_63.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_63.plan index 8f4a6f50136..90848793486 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_63.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_63.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -124,6 +105,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_8.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_8.plan index 167470c7bcc..f6ca688b0c4 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_8.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_8.plan @@ -149,25 +149,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -210,6 +191,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_9.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_9.plan index b54f167b618..f7c3535998f 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_9.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-13.test_/query_9.plan @@ -149,25 +149,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -210,6 +191,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_22.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_22.plan index 6ce02fd67ca..b638712f8bd 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_22.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_22.plan @@ -104,25 +104,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -165,6 +146,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_23.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_23.plan index ccc609debbf..8d912eaa6cc 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_23.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_23.plan @@ -104,25 +104,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -165,6 +146,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_28.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_28.plan index a85ba7c5238..d667840ba8a 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_28.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_28.plan @@ -107,25 +107,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -179,6 +160,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_29.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_29.plan index ab2f9dcd5b7..a087108e467 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_29.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_29.plan @@ -107,25 +107,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -179,6 +160,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_30.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_30.plan index 669a6b3376c..5014efc828b 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_30.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_30.plan @@ -107,25 +107,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -179,6 +160,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_31.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_31.plan index 931187bb5ba..e45d71d0198 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_31.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_31.plan @@ -107,25 +107,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -179,6 +160,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_60.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_60.plan index 744194f193c..70600680a61 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_60.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_60.plan @@ -116,25 +116,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -175,6 +156,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_61.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_61.plan index ee750293853..381a61a2646 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_61.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_61.plan @@ -116,25 +116,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -175,6 +156,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_76.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_76.plan index bf0db2aaba1..4349902bec5 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_76.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_76.plan @@ -122,25 +122,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -194,6 +175,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_77.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_77.plan index 2b8ba507abb..f031c5438d5 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_77.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_77.plan @@ -122,25 +122,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -194,6 +175,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_78.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_78.plan index fe7cf514e6c..86840628844 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_78.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_78.plan @@ -122,25 +122,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -194,6 +175,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_79.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_79.plan index 66c92f8648a..38cedb8a54d 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_79.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_79.plan @@ -122,25 +122,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -194,6 +175,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_80.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_80.plan index 4344abaef34..92bd95d3f7e 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_80.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_80.plan @@ -122,25 +122,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -194,6 +175,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_81.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_81.plan index b669b250ae4..68ab988d50e 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_81.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_81.plan @@ -122,25 +122,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -194,6 +175,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_88.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_88.plan index 1088fd9efcd..9c71a2bd146 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_88.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_88.plan @@ -134,25 +134,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -195,6 +176,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_89.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_89.plan index 4876f614a1a..a6001ddec78 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_89.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-14.test_/query_89.plan @@ -134,25 +134,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -195,6 +176,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_11.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_11.plan index 232a752126b..6c732c39ed8 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_11.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_11.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -147,6 +128,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_12.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_12.plan index a016e91645d..7ef9ecc1e5d 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_12.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_12.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -147,6 +128,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_17.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_17.plan index 88c3c57d651..e47f88ed08a 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_17.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_17.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -136,6 +117,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_18.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_18.plan index 88c3c57d651..e47f88ed08a 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_18.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_18.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -136,6 +117,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_19.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_19.plan index 50c4e989fd2..5023b9cd669 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_19.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_19.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -136,6 +117,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_20.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_20.plan index 50c4e989fd2..5023b9cd669 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_20.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_20.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -136,6 +117,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_3.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_3.plan index e0a64201b8a..4da2c869d24 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_3.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_3.plan @@ -71,25 +71,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -130,6 +111,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_4.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_4.plan index d5fa4161a4a..b1abb6d6554 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_4.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-15.test_/query_4.plan @@ -71,25 +71,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -130,6 +111,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_100.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_100.plan index 5acf0cb0653..f8bbd4e2dd2 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_100.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_100.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -173,6 +154,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_101.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_101.plan index 32085961375..e3304b3a52b 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_101.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_101.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -173,6 +154,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_12.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_12.plan index 7aa80facf72..222f676c629 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_12.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_12.plan @@ -68,25 +68,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -140,6 +121,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_13.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_13.plan index de3564cef9c..9a774e19d8d 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_13.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_13.plan @@ -68,25 +68,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -140,6 +121,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_14.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_14.plan index a1defbcbafc..91aabca4fb2 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_14.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_14.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -157,6 +138,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_140.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_140.plan index 1aa49139fbb..cf096622971 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_140.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_140.plan @@ -113,25 +113,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -185,6 +166,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_141.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_141.plan index 09b8cf94d76..3cb130e4224 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_141.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_141.plan @@ -113,25 +113,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -185,6 +166,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_15.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_15.plan index 5a6f6ee8863..2ff456f2397 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_15.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_15.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -157,6 +138,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_16.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_16.plan index af6393a8e92..f1b39e7ca6c 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_16.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_16.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -157,6 +138,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_17.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_17.plan index 37a0fc27736..8c41225e305 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_17.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_17.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -157,6 +138,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_22.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_22.plan index ad308ac7933..2379704dc65 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_22.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_22.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_23.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_23.plan index c42d3cb873f..59c6875d3de 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_23.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_23.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_24.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_24.plan index 7ad699a1b59..06f2bd8b92a 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_24.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_24.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -150,6 +131,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_25.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_25.plan index fe442133f74..64761facb2b 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_25.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_25.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -150,6 +131,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_40.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_40.plan index 8640a11812f..782194b0050 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_40.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_40.plan @@ -131,25 +131,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -192,6 +173,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_41.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_41.plan index 9ed10883571..63ba2aa5737 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_41.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_41.plan @@ -131,25 +131,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -192,6 +173,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_44.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_44.plan index 7f1a631545a..e71aeecca25 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_44.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_44.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -159,6 +140,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_45.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_45.plan index dd15922bff8..f3334390b4f 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_45.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_45.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -159,6 +140,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_54.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_54.plan index f5dc369f574..7e2123c2843 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_54.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_54.plan @@ -92,25 +92,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -152,6 +133,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_55.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_55.plan index 2b2856128b9..73d1020026e 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_55.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_55.plan @@ -92,25 +92,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -152,6 +133,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_64.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_64.plan index 41af50c9316..535af1d3064 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_64.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_64.plan @@ -80,25 +80,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -152,6 +133,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_65.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_65.plan index 928564ace33..350f7d6f354 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_65.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_65.plan @@ -80,25 +80,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -152,6 +133,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_66.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_66.plan index c66a38be9e1..93cad408499 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_66.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_66.plan @@ -80,25 +80,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -152,6 +133,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_67.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_67.plan index 12370f427eb..a3f6d7c0441 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_67.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_67.plan @@ -80,25 +80,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -152,6 +133,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_72.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_72.plan index f248797a588..949d0c86d55 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_72.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_72.plan @@ -149,25 +149,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -221,6 +202,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_73.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_73.plan index a19e5a9ee43..19251068992 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_73.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_73.plan @@ -149,25 +149,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -221,6 +202,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_94.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_94.plan index 8a0317f188a..93c5d52d7ad 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_94.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_94.plan @@ -77,25 +77,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -137,6 +118,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_95.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_95.plan index 3a77d79ec4f..72144fe8fa1 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_95.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_95.plan @@ -77,25 +77,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -137,6 +118,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_98.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_98.plan index 87c576a35b4..f19e5f84d2c 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_98.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_98.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -173,6 +154,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_99.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_99.plan index 999576a056f..1166db19061 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_99.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-2.test_/query_99.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -173,6 +154,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_1.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_1.plan index bc02aa85280..31d31015ff9 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_1.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_1.plan @@ -134,25 +134,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -206,6 +187,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_100.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_100.plan index 70a01b34119..1c7585efbde 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_100.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_100.plan @@ -104,25 +104,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -176,6 +157,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_101.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_101.plan index 3bcb424ea2c..7bf3a60283e 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_101.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_101.plan @@ -104,25 +104,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -176,6 +157,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_102.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_102.plan index f45ff97015a..cbb5d761364 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_102.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_102.plan @@ -104,25 +104,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -176,6 +157,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_107.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_107.plan index 167f4800f45..685de72d842 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_107.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_107.plan @@ -80,25 +80,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -151,6 +132,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_108.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_108.plan index 3eba3ab0429..31594aa3c31 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_108.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_108.plan @@ -80,25 +80,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -151,6 +132,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_119.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_119.plan index 2f1100c5a54..e10a04bf26a 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_119.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_119.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_120.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_120.plan index d5bab4722ba..4010c712c67 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_120.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_120.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_2.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_2.plan index 464c91a8115..0e7dedb5aaf 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_2.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_2.plan @@ -134,25 +134,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -206,6 +187,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_29.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_29.plan index db30e067d42..5216b539925 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_29.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_29.plan @@ -116,25 +116,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -177,6 +158,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_3.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_3.plan index cc359d5b329..a46e5a2a4b8 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_3.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_3.plan @@ -134,25 +134,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -206,6 +187,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_30.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_30.plan index 7747fe58bed..114c7d82a41 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_30.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_30.plan @@ -116,25 +116,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -177,6 +158,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_4.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_4.plan index f3e13d236c2..c8883248e62 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_4.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_4.plan @@ -134,25 +134,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -206,6 +187,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_43.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_43.plan index 74e4f928992..76eff6ef927 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_43.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_43.plan @@ -110,25 +110,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -171,6 +152,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_44.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_44.plan index b4f404b3fae..f0d9ca5f960 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_44.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_44.plan @@ -110,25 +110,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -171,6 +152,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_45.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_45.plan index e70b1d3298f..aad4a506974 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_45.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_45.plan @@ -137,25 +137,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -198,6 +179,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_46.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_46.plan index 86e77cdfaf8..a82f0224c60 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_46.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_46.plan @@ -137,25 +137,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -198,6 +179,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_97.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_97.plan index 9d760a11e33..40149ebd56e 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_97.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_97.plan @@ -104,25 +104,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -176,6 +157,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_98.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_98.plan index 3fc07fe30e1..83cf03ef3e3 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_98.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_98.plan @@ -104,25 +104,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -176,6 +157,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_99.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_99.plan index 8f840cfd4f5..4f232175bf7 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_99.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-3.test_/query_99.plan @@ -104,25 +104,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -176,6 +157,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_16.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_16.plan index 098539640e9..a96eca20e85 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_16.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_16.plan @@ -134,25 +134,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -195,6 +176,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_17.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_17.plan index e7e38816c5b..e2f81589f22 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_17.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_17.plan @@ -134,25 +134,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -195,6 +176,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_28.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_28.plan index 74c3021c416..5114d73ce47 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_28.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_28.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -173,6 +154,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_29.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_29.plan index 707ad3a3b10..e134aba8bba 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_29.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_29.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -173,6 +154,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_40.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_40.plan index 0718db7c81c..8f2a154516c 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_40.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_40.plan @@ -71,25 +71,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -142,6 +123,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_41.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_41.plan index a0fcee87f02..291fa1c33ac 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_41.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_41.plan @@ -71,25 +71,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -142,6 +123,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_42.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_42.plan index 495184155b5..72b79222a8e 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_42.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_42.plan @@ -71,25 +71,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -142,6 +123,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_43.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_43.plan index 495184155b5..72b79222a8e 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_43.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_43.plan @@ -71,25 +71,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -142,6 +123,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_68.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_68.plan index 5101c25fd28..4aea2591332 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_68.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_68.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_69.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_69.plan index 33ce618018c..c54b0c9fed7 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_69.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_69.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_70.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_70.plan index 4026ab9caef..4a097b6fcad 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_70.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_70.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_71.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_71.plan index 68224cfe2c7..7029f6f4ebc 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_71.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_71.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_76.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_76.plan index 8f9e930d5ee..93788093644 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_76.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_76.plan @@ -68,25 +68,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -128,6 +109,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_77.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_77.plan index 8f9e930d5ee..93788093644 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_77.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-4.test_/query_77.plan @@ -68,25 +68,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -128,6 +109,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_13.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_13.plan index 815c537a63f..9fc44ca5230 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_13.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_13.plan @@ -71,25 +71,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -142,6 +123,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_14.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_14.plan index 815c537a63f..9fc44ca5230 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_14.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_14.plan @@ -71,25 +71,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -142,6 +123,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_21.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_21.plan index 0d4dcbaf91f..11b2fe6724b 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_21.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_21.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -135,6 +116,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_22.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_22.plan index 0d4dcbaf91f..11b2fe6724b 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_22.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_22.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -135,6 +116,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_27.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_27.plan index ebf73842099..eccb3783779 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_27.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_27.plan @@ -137,25 +137,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -198,6 +179,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_28.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_28.plan index 106839841e2..678912bb086 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_28.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_28.plan @@ -137,25 +137,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -198,6 +179,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_55.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_55.plan index 783f4dc4f2b..114ccc68719 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_55.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_55.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -124,6 +105,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_56.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_56.plan index 783f4dc4f2b..114ccc68719 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_56.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_56.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -124,6 +105,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_75.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_75.plan index 8fed7eee369..97c3ad23164 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_75.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_75.plan @@ -95,25 +95,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -167,6 +148,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_76.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_76.plan index 797ec968179..0428f89a7ce 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_76.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-5.test_/query_76.plan @@ -95,25 +95,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -167,6 +148,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_103.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_103.plan index d5bf9f02b6d..ef8ed588ae7 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_103.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_103.plan @@ -104,25 +104,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -176,6 +157,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_104.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_104.plan index bef3bdec4e3..57d212dd939 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_104.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_104.plan @@ -104,25 +104,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -176,6 +157,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_107.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_107.plan index debdbe694a8..aaafd635612 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_107.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_107.plan @@ -95,25 +95,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -155,6 +136,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_108.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_108.plan index da06737cbac..63422651e2b 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_108.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_108.plan @@ -95,25 +95,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -155,6 +136,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_131.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_131.plan index 0e45ca78ff1..bfecb30da48 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_131.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_131.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -173,6 +154,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_132.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_132.plan index 18abaf97bb7..4b0126aff58 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_132.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_132.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -173,6 +154,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_133.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_133.plan index b0423af5618..410cfe2f16c 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_133.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_133.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -173,6 +154,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_134.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_134.plan index aea356b76bb..09bc5649fa1 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_134.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_134.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -173,6 +154,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_33.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_33.plan index 74794af14bb..1a7345d0403 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_33.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_33.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -136,6 +117,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_34.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_34.plan index 74794af14bb..1a7345d0403 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_34.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_34.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -136,6 +117,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_35.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_35.plan index 49ed5ec0847..fe53667bc34 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_35.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_35.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -136,6 +117,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_36.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_36.plan index 49ed5ec0847..fe53667bc34 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_36.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_36.plan @@ -65,25 +65,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -136,6 +117,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_49.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_49.plan index 2c77a931040..3e2193791ac 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_49.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_49.plan @@ -131,25 +131,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -203,6 +184,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_50.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_50.plan index 14ca4cf3506..eb57e92efc4 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_50.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-6.test_/query_50.plan @@ -131,25 +131,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -203,6 +184,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_1.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_1.plan index c3585002c52..ae00dca006f 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_1.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_1.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_109.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_109.plan index 41ed8f9e186..ce11b54e23e 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_109.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_109.plan @@ -83,25 +83,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -144,6 +125,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_110.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_110.plan index d4869b846ce..54f34c559b5 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_110.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_110.plan @@ -83,25 +83,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -144,6 +125,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_113.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_113.plan index fd07689a3ea..390d46e152f 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_113.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_113.plan @@ -119,25 +119,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -191,6 +172,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_114.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_114.plan index f83a2ad4bc4..e504abca951 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_114.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_114.plan @@ -119,25 +119,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -191,6 +172,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_119.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_119.plan index 66aadd0253d..a6d2d1d6197 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_119.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_119.plan @@ -128,25 +128,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -200,6 +181,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_120.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_120.plan index dbc17484c15..c1318bd7848 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_120.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_120.plan @@ -128,25 +128,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -200,6 +181,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_121.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_121.plan index 254f4e37050..0c350516236 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_121.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_121.plan @@ -128,25 +128,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -200,6 +181,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_122.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_122.plan index b120736d56c..3bab6445861 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_122.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_122.plan @@ -128,25 +128,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -200,6 +181,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_123.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_123.plan index bf96b2b3820..c2645603c61 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_123.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_123.plan @@ -128,25 +128,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -200,6 +181,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_2.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_2.plan index 1a701b8e9e3..300dfd6e4ab 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_2.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-7.test_/query_2.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_1.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_1.plan index cd00ef4a09e..1c18c000dd8 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_1.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_1.plan @@ -128,25 +128,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -200,6 +181,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_108.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_108.plan index 7db7c7f1ccc..3791eb061b0 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_108.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_108.plan @@ -104,25 +104,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -176,6 +157,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_109.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_109.plan index 5c95640f9ad..7ff2ac3146f 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_109.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_109.plan @@ -104,25 +104,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -176,6 +157,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_110.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_110.plan index 0033aab0354..548611b7e5e 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_110.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_110.plan @@ -104,25 +104,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -176,6 +157,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_111.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_111.plan index 3c29af4d4f3..1e2da94e678 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_111.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_111.plan @@ -104,25 +104,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -176,6 +157,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_114.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_114.plan index b6205fb535e..590a4b7b101 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_114.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_114.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_115.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_115.plan index de1c5d17101..0990bf2758c 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_115.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_115.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_116.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_116.plan index 96083f693de..c3fe63119c4 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_116.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_116.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_117.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_117.plan index 3774f1d3e69..40b4ed892dc 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_117.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_117.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_120.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_120.plan index 9fa15b29816..b788b38c8a0 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_120.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_120.plan @@ -68,25 +68,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -140,6 +121,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_121.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_121.plan index a792d20a5b4..91774a7fa5e 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_121.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_121.plan @@ -68,25 +68,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -140,6 +121,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_2.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_2.plan index 53b4e7c426d..228566d181f 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_2.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_2.plan @@ -128,25 +128,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -200,6 +181,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_3.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_3.plan index 6ddd565aa1b..317e23eb3e5 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_3.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_3.plan @@ -128,25 +128,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -200,6 +181,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_58.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_58.plan index f407801d401..2ce24b3da7c 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_58.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_58.plan @@ -143,25 +143,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -215,6 +196,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_59.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_59.plan index 66bd90f9751..9974229bf92 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_59.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_59.plan @@ -143,25 +143,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -215,6 +196,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_60.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_60.plan index 86f6de96d8c..056c8b33673 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_60.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_60.plan @@ -143,25 +143,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -215,6 +196,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_61.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_61.plan index 07286782622..f7439caea71 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_61.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_61.plan @@ -143,25 +143,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -215,6 +196,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_62.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_62.plan index c15e4d58493..62ad031bfd9 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_62.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_62.plan @@ -143,25 +143,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -215,6 +196,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_63.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_63.plan index 7d5871b8b0e..21e9f2cbd18 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_63.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_63.plan @@ -143,25 +143,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -215,6 +196,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_80.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_80.plan index 64154a5b219..df28202eb54 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_80.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_80.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -158,6 +139,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_81.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_81.plan index 9d4e35a6c46..1d8c4c8cc31 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_81.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_81.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -158,6 +139,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_82.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_82.plan index e8ca2bf7321..bcaa6076b51 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_82.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_82.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -158,6 +139,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_83.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_83.plan index 5b2a6c32bb2..5bc150e7cb9 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_83.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_83.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -158,6 +139,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_84.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_84.plan index 172b4095072..fb3a8f2de52 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_84.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_84.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -158,6 +139,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_85.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_85.plan index 3790ca97872..a814bbf1729 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_85.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_85.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -158,6 +139,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_86.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_86.plan index 0828a03033a..b6a651a07b4 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_86.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_86.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -158,6 +139,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_87.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_87.plan index 4c2d2d126ff..457ff0c862c 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_87.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_87.plan @@ -86,25 +86,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -158,6 +139,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_92.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_92.plan index 57f4244f50c..b8a2183422a 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_92.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_92.plan @@ -98,25 +98,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -157,6 +138,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_93.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_93.plan index d59dec0d7af..f19fac68ccd 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_93.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-8.test_/query_93.plan @@ -98,25 +98,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -157,6 +138,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_100.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_100.plan index e4ec0e02a5d..07508235b19 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_100.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_100.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -173,6 +154,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_101.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_101.plan index 65eca61c14f..9114eb663a1 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_101.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_101.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -173,6 +154,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_102.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_102.plan index 38d0e577c9c..a0ee3951abf 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_102.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_102.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -173,6 +154,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_129.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_129.plan index 9067812cf1a..a8d7ec58343 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_129.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_129.plan @@ -92,25 +92,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -164,6 +145,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_130.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_130.plan index 20058b24e05..ebf9f59f212 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_130.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_130.plan @@ -92,25 +92,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -164,6 +145,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_133.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_133.plan index 0fc6f140d64..1b0e09e1c97 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_133.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_133.plan @@ -110,25 +110,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -182,6 +163,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_134.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_134.plan index e59f630e50a..8c638e2fb15 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_134.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_134.plan @@ -110,25 +110,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -182,6 +163,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_21.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_21.plan index 3b836bc2900..0e7dc65f02b 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_21.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_21.plan @@ -107,25 +107,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -179,6 +160,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_22.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_22.plan index ab5e638b671..c8b8a79a36b 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_22.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_22.plan @@ -107,25 +107,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -179,6 +160,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_23.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_23.plan index 155124ffc8d..bb53af02630 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_23.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_23.plan @@ -107,25 +107,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -179,6 +160,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_24.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_24.plan index 223ea5b7779..fe985c81c5e 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_24.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_24.plan @@ -107,25 +107,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -179,6 +160,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_27.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_27.plan index 30996c5ba5a..44f446f64cb 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_27.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_27.plan @@ -140,25 +140,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -201,6 +182,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_28.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_28.plan index 80f166a88cf..105f0be1f3b 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_28.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_28.plan @@ -140,25 +140,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -201,6 +182,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_29.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_29.plan index f2762185ffa..55f9961bb73 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_29.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_29.plan @@ -92,25 +92,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -153,6 +134,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_3.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_3.plan index bec8bc67e2c..c2e3697ac2d 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_3.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_3.plan @@ -98,25 +98,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -170,6 +151,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_30.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_30.plan index 5e2527f481c..c408995de4d 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_30.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_30.plan @@ -92,25 +92,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -153,6 +134,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_31.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_31.plan index 1cffd4ec601..71ecb7f6fed 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_31.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_31.plan @@ -74,25 +74,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -133,6 +114,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_32.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_32.plan index 457943f6141..6d1237158ef 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_32.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_32.plan @@ -74,25 +74,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -133,6 +114,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_4.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_4.plan index acb703424f3..1ca1145ac21 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_4.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_4.plan @@ -98,25 +98,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -170,6 +151,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_63.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_63.plan index 251349118b7..19759eef714 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_63.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_63.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_64.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_64.plan index 0689204c791..44d77e2f0b5 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_64.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_64.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_65.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_65.plan index a059c200cd8..8fdd998b849 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_65.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_65.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_66.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_66.plan index 9984f20468f..028ef332f40 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_66.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_66.plan @@ -89,25 +89,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -161,6 +142,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_7.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_7.plan index 26cc03f32fb..270f02808da 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_7.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_7.plan @@ -143,25 +143,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -204,6 +185,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_73.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_73.plan index bd520e869ea..8c0582ff1f3 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_73.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_73.plan @@ -107,25 +107,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -179,6 +160,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_74.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_74.plan index df9f961f656..62cbbad5845 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_74.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_74.plan @@ -107,25 +107,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -179,6 +160,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_8.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_8.plan index 0bf8bcf5444..eca16dc6088 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_8.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_8.plan @@ -143,25 +143,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -204,6 +185,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_91.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_91.plan index c5bf12f8c0f..cecacda5521 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_91.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_91.plan @@ -71,25 +71,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -131,6 +112,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_92.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_92.plan index 1bc918601ec..829a378e3ab 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_92.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_92.plan @@ -71,25 +71,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -131,6 +112,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_93.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_93.plan index 018a18d7001..5cbf9b7adaa 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_93.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_93.plan @@ -119,25 +119,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -190,6 +171,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_94.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_94.plan index 55ba93da352..fed690fc8f6 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_94.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_94.plan @@ -119,25 +119,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -190,6 +171,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_99.plan b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_99.plan index 57e63e8939b..bedb669ac8a 100644 --- a/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_99.plan +++ b/ydb/tests/functional/suite_tests/canondata/test_sql_logic.TestSQLLogic.test_sql_suite_plan-select3-9.test_/query_99.plan @@ -101,25 +101,6 @@ "PlanNodeId": 12, "Plans": [ { - "Node Type": "Broadcast", - "PlanNodeId": 8, - "PlanNodeType": "Connection", - "Plans": [ - { - "CTE Name": "precompute_0_0", - "Node Type": "ConstantExpr", - "Operators": [ - { - "Inputs": [], - "Name": "ToFlow", - "ToFlow": "precompute_0_0" - } - ], - "PlanNodeId": 7 - } - ] - }, - { "Node Type": "Map", "PlanNodeId": 11, "PlanNodeType": "Connection", @@ -173,6 +154,25 @@ ] } ] + }, + { + "Node Type": "Broadcast", + "PlanNodeId": 8, + "PlanNodeType": "Connection", + "Plans": [ + { + "CTE Name": "precompute_0_0", + "Node Type": "ConstantExpr", + "Operators": [ + { + "Inputs": [], + "Name": "ToFlow", + "ToFlow": "precompute_0_0" + } + ], + "PlanNodeId": 7 + } + ] } ] } diff --git a/ydb/tests/functional/suite_tests/ya.make b/ydb/tests/functional/suite_tests/ya.make index f08e64caad0..7e84f03aa0e 100644 --- a/ydb/tests/functional/suite_tests/ya.make +++ b/ydb/tests/functional/suite_tests/ya.make @@ -10,7 +10,9 @@ IF (NOT SANITIZER_TYPE AND NOT WITH_VALGRIND) test_stream_query.py ) - SIZE(MEDIUM) + SIZE(LARGE) + TAG(ya:fat) + DEPENDS( ydb/apps/ydbd |
