File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ def execute_query_stage(
5050
5151 # if the query stage has a single output partition then we need to execute for the output
5252 # partition, otherwise we need to execute in parallel for each input partition
53- concurrency = stage .get_input_partition_count ()
53+ concurrency = stage .get_execution_partition_count ()
5454 output_partitions_count = stage .get_output_partition_count ()
5555 if output_partitions_count == 1 :
5656 # reduce stage
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ impl PyQueryStage {
6060 self . stage . get_child_stage_ids ( )
6161 }
6262
63- pub fn get_input_partition_count ( & self ) -> usize {
63+ pub fn get_execution_partition_count ( & self ) -> usize {
6464 self . stage . get_execution_partition_count ( )
6565 }
6666
You can’t perform that action at this time.
0 commit comments