Skip to content

Commit af22847

Browse files
committed
fix build
1 parent f936c84 commit af22847

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
@@ -101,7 +101,7 @@ void ReadFromObjectStorageStep::initializePipeline(QueryPipelineBuilder & pipeli
101101
auto format_filter_info = std::make_shared<FormatFilterInfo>(
102102
filter_actions_dag,
103103
context,
104-
configuration->getColumnMapperForCurrentSchema(storage_snapshot->metadata, context),
104+
configuration->getColumnMapperForCurrentSchema(),
105105
query_info.row_level_filter,
106106
query_info.prewhere_info);
107107

0 commit comments

Comments
 (0)