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 8f233a5 commit 99b12f2Copy full SHA for 99b12f2
ydb/core/transfer/ut/common/transfer_common.cpp
@@ -416,7 +416,7 @@ void MessageField_CreateTimestamp(const std::string& tableType) {
416
.TableDDL = R"(
417
CREATE TABLE `%s` (
418
Offset Uint64 NOT NULL,
419
- CreateTimestamp Timestamp64,
+ CreateTimestamp Timestamp,
420
PRIMARY KEY (Offset)
421
) WITH (
422
STORE = %s
@@ -449,7 +449,7 @@ void MessageField_WriteTimestamp(const std::string& tableType) {
449
450
451
452
- WriteTimestamp Timestamp64,
+ WriteTimestamp Timestamp,
453
454
455
0 commit comments