Skip to content

Commit

Permalink
fix distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Oct 9, 2024
1 parent 818f8a3 commit 5563087
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ impl BatchPostgresQuery {
pub fn clone_with_dist(&self) -> Self {
let base = self
.base
.clone_with_new_distribution(Distribution::SomeShard);
.clone_with_new_distribution(Distribution::Single);
Self {
base,
core: self.core.clone(),
Expand Down

0 comments on commit 5563087

Please sign in to comment.