Skip to content

Commit 1cb8b8c

Browse files
committed
upd
1 parent 2b81a32 commit 1cb8b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ export class QueryOrchestrator {
442442
private createMetadataQuery(operation: string, params: Record<string, any>): QueryWithParams {
443443
return [
444444
`METADATA:${operation}`,
445-
// TODO: Metadata queries need object params like [{ schema, table }]
445+
// TODO (@MikeNitsenko): Metadata queries need object params like [{ schema, table }]
446446
// but QueryWithParams expects string[]. This forces JSON.stringify workaround.
447447
[JSON.stringify(params)],
448448
{ external: false, renewalThreshold: 24 * 60 * 60 }

0 commit comments

Comments
 (0)