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 67a4b54 commit 96f68bcCopy full SHA for 96f68bc
packages/cubejs-druid-driver/src/DruidClient.ts
@@ -64,7 +64,7 @@ export class DruidClient {
64
});
65
66
if (cancelled) {
67
- await this.cancel(response.headers['x-druid-sql-query-id']);
+ await this.cancel(response.headers['x-druid-sql-query-id'] || '');
68
69
throw new Error('Query cancelled');
70
}
0 commit comments