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 b920400 commit 7ebe344Copy full SHA for 7ebe344
packages/cubejs-schema-compiler/src/adapter/BaseQuery.js
@@ -330,7 +330,7 @@ export class BaseQuery {
330
*/
331
this.customSubQueryJoins = this.options.subqueryJoins ?? [];
332
this.useNativeSqlPlanner = this.options.useNativeSqlPlanner ?? getEnv('nativeSqlPlanner');
333
- this.canUseNativeSqlPlannerPreAggregation = true;
+ this.canUseNativeSqlPlannerPreAggregation = false;
334
if (this.useNativeSqlPlanner && !this.neverUseSqlPlannerPreaggregation()) {
335
const fullAggregateMeasures = this.fullKeyQueryAggregateMeasures({ hasMultipliedForPreAggregation: true });
336
0 commit comments