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

Subpartitioning: Query with top 50 results are getting into infinite loop. #3933

Closed
sourabh1007 opened this issue Jun 22, 2023 · 2 comments · Fixed by #3934
Closed

Subpartitioning: Query with top 50 results are getting into infinite loop. #3933

sourabh1007 opened this issue Jun 22, 2023 · 2 comments · Fixed by #3934
Assignees
Labels
bug Something isn't working QUERY

Comments

@sourabh1007
Copy link
Contributor

We are continuously addressing and improving the SDK, if possible, make sure the problem persist in the latest SDK version.

Describe the bug
If customer has a hierarchal partition key
select * from c query with partiontion is working but select top 50 * from c query is going into infinite loop.

Expected behavior
select top 50 * from c query should return top 50 results

Environment summary
SDK Version: 3.25.0
OS Version (e.g. Windows, Linux, MacOSX) any

@ealsur
Copy link
Member

ealsur commented Jun 22, 2023

Similar to #3865

@sourabh1007
Copy link
Contributor Author

Issue is fixed in attached PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working QUERY
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants