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 550f53d commit 9c2e279Copy full SHA for 9c2e279
packages/cubejs-schema-compiler/src/adapter/BaseQuery.js
@@ -418,7 +418,6 @@ export class BaseQuery {
418
*/
419
get allJoinHints() {
420
if (!this.collectedJoinHints) {
421
- // this.collectedJoinHints = this.collectJoinHints();
422
const [rootOfJoin, ...allMembersJoinHints] = this.collectJoinHintsFromMembers(this.allMembersConcat(false));
423
const customSubQueryJoinHints = this.collectJoinHintsFromMembers(this.joinMembersFromCustomSubQuery());
424
let joinMembersJoinHints = this.collectJoinHintsFromMembers(this.joinMembersFromJoin(this.join));
0 commit comments