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 47ba454 commit f941909Copy full SHA for f941909
src/Storages/MergeTree/MergeTreeExportManifest.h
@@ -17,7 +17,7 @@ struct MergeTreeExportManifest
17
: destination_storage_id(destination_storage_id_),
18
data_part(data_part_),
19
overwrite_file_if_exists(overwrite_file_if_exists_),
20
- format_settings(format_settings_)
+ format_settings(format_settings_),
21
create_time(time(nullptr)) {}
22
23
StorageID destination_storage_id;
0 commit comments