Skip to content

Commit 7ebe344

Browse files
committed
fix
1 parent b920400 commit 7ebe344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-schema-compiler/src/adapter/BaseQuery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ export class BaseQuery {
330330
*/
331331
this.customSubQueryJoins = this.options.subqueryJoins ?? [];
332332
this.useNativeSqlPlanner = this.options.useNativeSqlPlanner ?? getEnv('nativeSqlPlanner');
333-
this.canUseNativeSqlPlannerPreAggregation = true;
333+
this.canUseNativeSqlPlannerPreAggregation = false;
334334
if (this.useNativeSqlPlanner && !this.neverUseSqlPlannerPreaggregation()) {
335335
const fullAggregateMeasures = this.fullKeyQueryAggregateMeasures({ hasMultipliedForPreAggregation: true });
336336

0 commit comments

Comments
 (0)