Skip to content

Commit

Permalink
Removed unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
aavdonkin committed Sep 11, 2024
1 parent fbd75ff commit 9bd7a6b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ydb/core/kqp/ut/olap/write_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@ Y_UNIT_TEST_SUITE(KqpOlapWrite) {

Y_UNIT_TEST(DefaultValues) {
auto settings = TKikimrSettings().SetWithSampleTables(false);
NKikimrConfig::TFeatureFlags featureFlags;
featureFlags.SetEnableSparsedColumns(true);
settings.SetFeatureFlags(featureFlags);
TKikimrRunner kikimr(settings);
Tests::NCommon::TLoggerInit(kikimr).Initialize();
TTypedLocalHelper helper("Utf8", kikimr);
Expand Down

0 comments on commit 9bd7a6b

Please sign in to comment.