Skip to content

Commit 99b12f2

Browse files
committed
Use Timestamp because Timestamp64 is disabled
1 parent 8f233a5 commit 99b12f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/core/transfer/ut/common/transfer_common.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ void MessageField_CreateTimestamp(const std::string& tableType) {
416416
.TableDDL = R"(
417417
CREATE TABLE `%s` (
418418
Offset Uint64 NOT NULL,
419-
CreateTimestamp Timestamp64,
419+
CreateTimestamp Timestamp,
420420
PRIMARY KEY (Offset)
421421
) WITH (
422422
STORE = %s
@@ -449,7 +449,7 @@ void MessageField_WriteTimestamp(const std::string& tableType) {
449449
.TableDDL = R"(
450450
CREATE TABLE `%s` (
451451
Offset Uint64 NOT NULL,
452-
WriteTimestamp Timestamp64,
452+
WriteTimestamp Timestamp,
453453
PRIMARY KEY (Offset)
454454
) WITH (
455455
STORE = %s

0 commit comments

Comments
 (0)