Skip to content

Commit 528e140

Browse files
zverevgenyuzhastik
authored andcommitted
bump SSA_RUNTIME_VERSION (ydb-platform#5906)
1 parent 0a49756 commit 528e140

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

ydb/core/formats/arrow/ssa_runtime_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace NKikimr::NSsa {
1919

2020
// Bump this version every time incompatible runtime functions are introduced.
2121
#ifndef SSA_RUNTIME_VERSION
22-
#define SSA_RUNTIME_VERSION 3U
22+
#define SSA_RUNTIME_VERSION 4U
2323
#endif
2424

2525
// History:

ydb/core/kqp/ut/query/kqp_explain_ut.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -850,11 +850,7 @@ Y_UNIT_TEST_SUITE(KqpExplain) {
850850
NJson::ReadJsonTree(*streamRes.PlanJson, &plan, true);
851851
UNIT_ASSERT(ValidatePlanNodeIds(plan));
852852

853-
#if SSA_RUNTIME_VERSION >= 4U
854853
auto readNode = FindPlanNodeByKv(plan, "Node Type", "TableFullScan");
855-
#else
856-
auto readNode = FindPlanNodeByKv(plan, "Node Type", "Filter-TableFullScan");
857-
#endif
858854
UNIT_ASSERT(readNode.IsDefined());
859855

860856
auto& operators = readNode.GetMapSafe().at("Operators").GetArraySafe();
@@ -879,7 +875,6 @@ Y_UNIT_TEST_SUITE(KqpExplain) {
879875
auto session = db.CreateSession().GetValueSync().GetSession();
880876

881877
auto res = session.ExplainDataQuery(R"(
882-
PRAGMA kikimr.OptEnablePredicateExtract = 'true';
883878
SELECT t.*
884879
FROM
885880
(SELECT * FROM `/Root/test_table_idx_idx`

0 commit comments

Comments
 (0)