Skip to content

Commit 35e21f7

Browse files
committed
Use getColumnMapperForCurrentSchema(...) available on 25.9, not master
1 parent d8fa1e9 commit 35e21f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Processors/QueryPlan/ReadFromObjectStorageStep.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ void ReadFromObjectStorageStep::initializePipeline(QueryPipelineBuilder & pipeli
8787
auto format_filter_info = std::make_shared<FormatFilterInfo>(
8888
filter_actions_dag,
8989
context,
90-
configuration->getColumnMapperForCurrentSchema(storage_snapshot->metadata, context),
90+
configuration->getColumnMapperForCurrentSchema(),
9191
query_info.row_level_filter,
9292
query_info.prewhere_info);
9393

0 commit comments

Comments
 (0)