Skip to content

Commit 388c57f

Browse files
committed
add enableNullHandling=true to pinot driver;
1 parent f9f96c6 commit 388c57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-pinot-driver/src/PinotDriver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export class PinotDriver extends BaseDriver implements DriverInterface {
167167
}),
168168
body: JSON.stringify({
169169
sql: query,
170-
queryOptions: `useMultistageEngine=true;timeoutMs=${this.config.queryTimeout}`
170+
queryOptions: `useMultistageEngine=true;enableNullHandling=true;timeoutMs=${this.config.queryTimeout}`
171171
})
172172
});
173173

0 commit comments

Comments
 (0)