Skip to content

Commit 9d9a10b

Browse files
committed
another fix build
1 parent 3c3890b commit 9d9a10b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ydb/core/kqp/ut/olap/kqp_olap_ut.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,9 +531,11 @@ Y_UNIT_TEST_SUITE(KqpOlap) {
531531
}
532532
};
533533

534-
void WriteTestData(TKikimrRunner& kikimr, TString testTable, ui64 pathIdBegin, ui64 tsBegin, size_t rowCount, bool /*withSomeNulls = false*/) {
534+
void WriteTestData(TKikimrRunner& kikimr, TString testTable, ui64 pathIdBegin, ui64 tsBegin, size_t rowCount, bool withSomeNulls = false) {
535535
UNIT_ASSERT(testTable != "/Root/benchTable"); // TODO: check schema instead
536536
TLocalHelper lHelper(kikimr);
537+
if (withSomeNulls)
538+
lHelper.WithSomeNulls();
537539
auto batch = lHelper.TestArrowBatch(pathIdBegin, tsBegin, rowCount);
538540
lHelper.SendDataViaActorSystem(testTable, batch);
539541
}

0 commit comments

Comments
 (0)