We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f96c6 commit 388c57fCopy full SHA for 388c57f
packages/cubejs-pinot-driver/src/PinotDriver.ts
@@ -167,7 +167,7 @@ export class PinotDriver extends BaseDriver implements DriverInterface {
167
}),
168
body: JSON.stringify({
169
sql: query,
170
- queryOptions: `useMultistageEngine=true;timeoutMs=${this.config.queryTimeout}`
+ queryOptions: `useMultistageEngine=true;enableNullHandling=true;timeoutMs=${this.config.queryTimeout}`
171
})
172
});
173
0 commit comments