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

Cross Partition Execution Context Refactor #1260

Merged
merged 39 commits into from
Mar 12, 2020

Conversation

bchong95
Copy link
Contributor

@bchong95 bchong95 commented Mar 5, 2020

Cross Partition Execution Context Refactor

Description

Refactors Parallel and Order By execution context to be a partial class that has 4 files each:

  • Fields,
  • Drain
  • Continuation Token Logic
  • Resume

Which represent the fields + 3 stages of query execution.

I have also refactored the base class to have the same methods, just with a stronger contract.

sboshra
sboshra previously approved these changes Mar 9, 2020
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:

…/CosmosOrderByItemQueryExecutionContext.Resume.cs

Co-Authored-By: j82w <j82w@users.noreply.github.com>
@bchong95 bchong95 self-assigned this Mar 11, 2020
Copy link
Member

@ealsur ealsur left a comment

Choose a reason for hiding this comment

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

Thanks for the bugfix!

ealsur
ealsur previously approved these changes Mar 12, 2020
j82w
j82w previously approved these changes Mar 12, 2020
@bchong95 bchong95 dismissed stale reviews from j82w and ealsur via 8c85cae March 12, 2020 17:10
@sboshra sboshra merged commit e3e23a5 into master Mar 12, 2020
@sboshra sboshra deleted the users/brchon/Query/ExecutionContextFactoryRefactor branch March 12, 2020 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants