Skip to content

Commit 85d238c

Browse files
committed
fix joint hints collection for transitive joins
1 parent 23726b6 commit 85d238c

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
@@ -432,7 +432,7 @@ export class BaseQuery {
432432
throw new UserError('Can not construct joins for the query, potential loop detected');
433433
}
434434

435-
return newJoin;
435+
return this.joinGraph.buildJoin(constructJH());
436436
}
437437

438438
cacheValue(key, fn, { contextPropNames, inputProps, cache } = {}) {

0 commit comments

Comments
 (0)