We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d3287 commit f310775Copy full SHA for f310775
ydb/core/kqp/ut/olap/kqp_olap_stats_ut.cpp
@@ -191,9 +191,7 @@ Y_UNIT_TEST_SUITE(KqpOlapStats) {
191
auto settings = TDescribeTableSettings().WithTableStatistics(true);
192
193
auto describeStoreResult =
194
- testHelper.GetSession()
195
- .DescribeTable("/Root/TableStoreTest/", settings)
196
- .GetValueSync();
+ testHelper.GetSession().DescribeTable("/Root/TableStoreTest/", settings).GetValueSync();
197
UNIT_ASSERT_C(describeStoreResult.IsSuccess(), describeStoreResult.GetIssues().ToString());
198
const auto& storeDescription = describeStoreResult.GetTableDescription();
199
0 commit comments