Skip to content

Commit 96d9cd5

Browse files
committed
fix ut
1 parent a8401b1 commit 96d9cd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,11 @@ Y_UNIT_TEST_SUITE(KqpOlapStats) {
203203
{
204204
auto selectQuery = TString(R"(
205205
SELECT
206-
SUM(BlobBytes) AS BlobBytes,
207-
SUM(RawBytes) AS RawBytes,
206+
SUM(ColumnBlobBytes) AS BlobBytes,
207+
SUM(ColumnRawBytes) AS RawBytes,
208208
SUM(Rows) AS Rows,
209209
COUNT(*) AS Portions
210-
FROM `/Root/olapStore/.sys/store_primary_index_portion_stats`
210+
FROM `/Root/TableStoreTest/.sys/store_primary_index_portion_stats`
211211
)");
212212

213213
auto client = testHelper.GetKikimr().GetTableClient();

0 commit comments

Comments
 (0)