Konstantin Morozov 1 year ago
parent
commit
4fbaac4f0d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ydb/core/kqp/ut/olap/kqp_olap_stats_ut.cpp

+ 1 - 1
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));