Skip to content

Commit

Permalink
Disable partition_pruning
Browse files Browse the repository at this point in the history
  • Loading branch information
jnidzwetzki committed May 22, 2023
1 parent b320a92 commit f2106af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/planner/expand_hypertable.c
Original file line number Diff line number Diff line change
Expand Up @@ -1423,6 +1423,9 @@ ts_plan_expand_hypertable_chunks(Hypertable *ht, PlannerInfo *root, RelOptInfo *
if(! hypertable_is_distributed(ht))
enable_partitionwise_aggregate = true;

// Fixme
enable_partition_pruning = false;

build_hypertable_partition_info(ht, root, rel, list_length(inh_oids));
}

Expand Down

0 comments on commit f2106af

Please sign in to comment.