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 bec754e commit eb96d9cCopy full SHA for eb96d9c
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