Skip to content

Commit 84cdcc2

Browse files
committed
try to fix build without building
1 parent 4aa8eb5 commit 84cdcc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storages/IStorage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ It is currently only implemented in StorageObjectStorage.
468468
Block & /* block_with_partition_values */,
469469
std::string & /* destination_file_path */,
470470
bool /* overwrite_if_exists */,
471-
const std::optional<FormatSettings> & /* format_settings */
471+
const std::optional<FormatSettings> & /* format_settings */,
472472
ContextPtr /* context */)
473473
{
474474
throw Exception(ErrorCodes::NOT_IMPLEMENTED, "Import is not implemented for storage {}", getName());

0 commit comments

Comments
 (0)