Skip to content

Commit 2bc5c8a

Browse files
authored
chore(query-orchestrator): set csvQuery method to protected (#6412)
1 parent e891213 commit 2bc5c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-query-orchestrator/src/orchestrator/QueryCache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ export class QueryCache {
508508
return this.queue[dataSource];
509509
}
510510

511-
private async csvQuery(client, q) {
511+
protected async csvQuery(client, q) {
512512
const headers = q.lambdaTypes.map(c => c.name);
513513
const writer = csvWriter({
514514
headers,

0 commit comments

Comments
 (0)