diff --git a/ydb/core/kqp/ut/olap/kqp_olap_stats_ut.cpp b/ydb/core/kqp/ut/olap/kqp_olap_stats_ut.cpp index 04496966fe66..4f6c90056e89 100644 --- a/ydb/core/kqp/ut/olap/kqp_olap_stats_ut.cpp +++ b/ydb/core/kqp/ut/olap/kqp_olap_stats_ut.cpp @@ -183,7 +183,7 @@ Y_UNIT_TEST_SUITE(KqpOlapStats) { .Add("test_res_" + std::to_string(i + t * tables_in_store)) .AddNull(); } - testHelper.InsertData(testTable, tableInserter); + testHelper.BulkUpsert(testTable, tableInserter); } Sleep(TDuration::Seconds(10));