Skip to content

Commit eaa436a

Browse files
Avogarkssenii
andauthored
Update src/Storages/StorageS3.cpp
Co-authored-by: Kseniia Sumarokova <[email protected]>
1 parent 9628874 commit eaa436a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storages/StorageS3.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ class PartitionedStorageS3Sink : public PartitionedSink, WithContext
10181018
auto partition_key = replaceWildcards(key, partition_id);
10191019
validateKey(partition_key);
10201020

1021-
if (auto new_key = checkFileExistsAndCreateNewKeyIfNeeded(getContext(), configuration, partition_key, 1))
1021+
if (auto new_key = checkFileExistsAndCreateNewKeyIfNeeded(getContext(), configuration, partition_key, /* sequence_number */1))
10221022
partition_key = *new_key;
10231023

10241024
return std::make_shared<StorageS3Sink>(

0 commit comments

Comments
 (0)