Skip to content

Commit e9d1574

Browse files
authored
Use first pk column for ttl by default in ut (#17434)
1 parent 178899d commit e9d1574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/columnshard/test_helper/columnshard_ut_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ using TTypeId = NScheme::TTypeId;
4949
using TTypeInfo = NScheme::TTypeInfo;
5050

5151
struct TTestSchema {
52-
static inline const TString DefaultTtlColumn = "saved_at";
52+
static inline const TString DefaultTtlColumn = "timestamp";
5353

5454
struct TStorageTier {
5555
TString TtlColumn = DefaultTtlColumn;

0 commit comments

Comments
 (0)