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

[Internal] Query: Adds support for continuation using SqlQuerySpec #3774

Merged

Commits on Mar 16, 2023

  1. initial change to support sending continuation as resume value in que…

    …ry spec
    Bala Perumalswamy committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    60f7f09 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. serialize resume value in continuation token.

    Bala Perumalswamy committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    7aba983 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. fix unit test that was failing. other minor refactors

    Bala Perumalswamy committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    732cb05 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. additional refactoring

    update exception messages
    Bala Perumalswamy committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    55dbb82 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    39e83c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    1976690 View commit details
    Browse the repository at this point in the history
  2. few minor changes

    Bala Perumalswamy committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    5eb8726 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. additional tests

    Bala Perumalswamy committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    13797cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    079196c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. code refactoring

    Bala Perumalswamy committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    09b0704 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Create separate top level object to represent SqlQueryResumeValue. Di…

    …fferent types of resume values are private in this object
    
    Consolidate all the visitor and serialization of resume value to SqlQueryResumeValue
    Other code review comments
    Bala Perumalswamy committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d228875 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. handle different continuation token for target partition

    Bala Perumalswamy committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    07eb3ac View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. update test for continuation from array and object values. other mino…

    …r code refactors
    Bala Perumalswamy committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    b041d42 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. save resume value as CosmosElement instead of defining a separate der…

    …ived objects.
    
    update cosmosundefinedquerytests. other code review comments.
    Bala Perumalswamy committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    86dd496 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. support on CosmosNumber64. Other number types are not supported for r…

    …esume value. unit tests for SqlQueryResumeValue.
    Bala Perumalswamy committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    05c1a89 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. update cosmosundefinedquerytests to include arrays and object in orde…

    …r by and group by tests. reducing the document count to reduce execution time.
    Bala Perumalswamy committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    c63665f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. revert change to have separate SqlQueryResumeValue objects as it is b…

    …etter symmetry for comparing arrays and objects.
    Bala Perumalswamy committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    315314d View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    5144b4e View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. minor fix

    Bala Perumalswamy committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b5b9159 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1b3c78 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    d57b084 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    6b6655c View commit details
    Browse the repository at this point in the history