Skip to content

Commit dab5942

Browse files
committed
fix build
1 parent 173a619 commit dab5942

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
@@ -132,7 +132,7 @@ void ReadFromObjectStorageStep::initializePipeline(QueryPipelineBuilder & pipeli
132132
size_t output_ports = pipe.numOutputPorts();
133133
const bool parallelize_output = context->getSettingsRef()[Setting::parallelize_output_from_storages];
134134
if (parallelize_output
135-
&& FormatFactory::instance().checkParallelizeOutputAfterReading(configuration->format, context)
135+
&& FormatFactory::instance().checkParallelizeOutputAfterReading(configuration->getFormat(), context)
136136
&& output_ports > 0 && output_ports < max_num_streams)
137137
pipe.resize(max_num_streams);
138138

0 commit comments

Comments
 (0)