We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbcd2d0 commit 1eb7873Copy full SHA for 1eb7873
src/carnot/planner/distributed/coordinator/coordinator.cc
@@ -179,7 +179,7 @@ StatusOr<SchemaToAgentsMap> LoadSchemaMap(
179
180
StatusOr<std::unique_ptr<DistributedPlan>> CoordinatorImpl::CoordinateImpl(const IR* logical_plan) {
181
PX_ASSIGN_OR_RETURN(std::unique_ptr<Splitter> splitter,
182
- Splitter::Create(compiler_state_, /* support_partial_agg */ true));
+ Splitter::Create(compiler_state_, /* support_partial_agg */ false));
183
PX_ASSIGN_OR_RETURN(std::unique_ptr<BlockingSplitPlan> split_plan,
184
splitter->SplitKelvinAndAgents(logical_plan));
185
auto distributed_plan = std::make_unique<DistributedPlan>();
0 commit comments