Skip to content

Commit

Permalink
fix(cubesql): Streaming still applies default limit
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Feb 16, 2024
1 parent 6a34a56 commit a96831d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cubejs-api-gateway/src/gateway.ts
Expand Up @@ -1707,7 +1707,7 @@ class ApiGateway {
}

const [queryType, normalizedQueries] =
await this.getNormalizedQueries(query, context);
await this.getNormalizedQueries(query, context, request.streaming);

const compilerApi = await this.getCompilerApi(context);
let metaConfigResult = await compilerApi.metaConfig({
Expand Down

0 comments on commit a96831d

Please sign in to comment.