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