File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
packages/cubejs-query-orchestrator/src/orchestrator Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -661,12 +661,7 @@ export class PreAggregationLoader {
661661 } ;
662662 }
663663
664- // TODO this check can be redundant due to structure version is already checked in loadPreAggregation()
665- if (
666- ! this . waitForRenew &&
667- // eslint-disable-next-line no-use-before-define
668- await this . loadCache . getQueryStage ( PreAggregations . preAggregationQueryCacheKey ( this . preAggregation ) )
669- ) {
664+ if ( ! this . waitForRenew ) {
670665 const versionEntryByStructureVersion = versionEntries . byStructure [ `${ this . preAggregation . tableName } _${ structureVersion } ` ] ;
671666 if ( versionEntryByStructureVersion ) {
672667 const targetTableName = this . targetTableName ( versionEntryByStructureVersion ) ;
You can’t perform that action at this time.
0 commit comments