aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzverevgeny <zverevgeny@ydb.tech>2025-04-19 21:02:25 +0300
committerGitHub <noreply@github.com>2025-04-19 21:02:25 +0300
commite9d1574128f6b9c9f6f23569b80bd776e940d72c (patch)
treef3e936c3a76145a83153f1019b20f8e71d9b167d
parent178899d5196608ac5e05cc51fd23568a8211fcdd (diff)
downloadydb-e9d1574128f6b9c9f6f23569b80bd776e940d72c.tar.gz
Use first pk column for ttl by default in ut (#17434)
-rw-r--r--ydb/core/tx/columnshard/test_helper/columnshard_ut_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/tx/columnshard/test_helper/columnshard_ut_common.h b/ydb/core/tx/columnshard/test_helper/columnshard_ut_common.h
index f433bf54be3..0442307e650 100644
--- a/ydb/core/tx/columnshard/test_helper/columnshard_ut_common.h
+++ b/ydb/core/tx/columnshard/test_helper/columnshard_ut_common.h
@@ -49,7 +49,7 @@ using TTypeId = NScheme::TTypeId;
using TTypeInfo = NScheme::TTypeInfo;
struct TTestSchema {
- static inline const TString DefaultTtlColumn = "saved_at";
+ static inline const TString DefaultTtlColumn = "timestamp";
struct TStorageTier {
TString TtlColumn = DefaultTtlColumn;