Skip to content

Commit

Permalink
update client-c to fix region not balance for tiflash_compute node (#…
Browse files Browse the repository at this point in the history
…6920)

close #6916
  • Loading branch information
guo-shaoge authored Mar 1, 2023
1 parent 19dd20a commit f1ce754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dbms/src/Storages/StorageDisaggregated.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ std::vector<pingcap::coprocessor::BatchCopTask> StorageDisaggregated::buildBatch
auto batch_cop_tasks = pingcap::coprocessor::buildBatchCopTasks(
bo,
cluster,
/*is_mpp=*/true,
table_scan.isPartitionTableScan(),
physical_table_ids,
ranges_for_each_physical_table,
Expand Down

0 comments on commit f1ce754

Please sign in to comment.