Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@azure/cosmos Incorrect ParallelizeCrossPartitionQuery header value for maxDegreeOfParallelism = 1 #31232

Open
ujjwalsoni1707 opened this issue Sep 26, 2024 · 0 comments
Assignees
Labels

Comments

@ujjwalsoni1707
Copy link
Member

  • Package Name: @azure/cosmos
  • Package Version: 4.1.1

Describe the bug
Currently during a query if maxDegreeOfParallelism is set as 1, ParallelizeCrossPartitionQuery header value is set as true. This is currently resulting error from gateway for simple queries like "Select * FROM c".

Expected behavior
The header value should be false if maxDegreeOfParallelism is 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant