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 8fc26c9 commit 9195026Copy full SHA for 9195026
packages/cubejs-server-core/src/core/CompilerApi.js
@@ -66,7 +66,7 @@ export class CompilerApi {
66
compileContext: this.compileContext,
67
allowJsDuplicatePropsInSchema: this.allowJsDuplicatePropsInSchema,
68
standalone: this.standalone,
69
- nativeInterface: this.createNativeInstance(),
+ nativeInstance: this.nativeInstance,
70
});
71
this.compilerVersion = compilerVersion;
72
this.queryFactory = await this.createQueryFactory(this.compilers);
0 commit comments