Skip to content

Commit 4aa8eb5

Browse files
committed
build issue
1 parent c2ca132 commit 4aa8eb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Storages/MergeTree/MergeTreeData.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6298,8 +6298,8 @@ void MergeTreeData::exportPartToTableImpl(
62986298
block_with_partition_values,
62996299
destination_file_path,
63006300
manifest.overwrite_file_if_exists,
6301-
format_settings,
6302-
context_copy);
6301+
manifest.format_settings,
6302+
local_context);
63036303
}
63046304
catch (const Exception & e)
63056305
{

0 commit comments

Comments
 (0)