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

Query: Fixes non streaming order by to use flag from query plan #4459

Conversation

neildsh
Copy link
Contributor

@neildsh neildsh commented Apr 29, 2024

Description

The contract with the backend for non streaming order by has changed. The backend response will no longer have _streaming. Instead there is a new flag on the query plan to indicate the presence of a non streaming order by. This PR switches non streaming order by to use flag from query plan instead of _streaming in the backend response.

This PR does not do any code cleanup, since the SDK is required for integration testing of the backend. The cleanup PR will follow this change.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Copy link
Contributor

@adityasa adityasa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Copy link
Contributor

@sboshra sboshra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@neildsh
Copy link
Contributor Author

neildsh commented Apr 29, 2024

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@neildsh neildsh added QUERY auto-merge Enables automation to merge PRs labels Apr 29, 2024
@neildsh
Copy link
Contributor Author

neildsh commented Apr 29, 2024

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@microsoft-github-policy-service microsoft-github-policy-service bot merged commit bda8290 into master Apr 29, 2024
21 checks passed
@microsoft-github-policy-service microsoft-github-policy-service bot deleted the users/ndeshpan/nonStreamingOrderByQueryPlan branch April 29, 2024 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge Enables automation to merge PRs QUERY
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants