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

[ODS-6533] Make the partitions endpoint's "number" parameter optional and provide a default set of partitions based on record count #1168

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 23, 2024

  1. Added support for a DefaultPartitionCount so that if the 'number' par…

    …ameter is not supplied, we can compute the logic for a sensible default set of partitions for parallel processing.
    gmcelhanon committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f7e23c9 View commit details
    Browse the repository at this point in the history
  2. Updated cursor-based paging with support for "allowSmallPartitions" p…

    …arameter for testing purposes, and implemented default partition number behavior.
    gmcelhanon committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    d650cdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    287f939 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90c30ca View commit details
    Browse the repository at this point in the history
  5. Modify Partitions controller to ensure that a dictionary is provided …

    …for additionalParameters to prevent need for downstream null reference checks.
    gmcelhanon committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    fd6d72a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f1fe275 View commit details
    Browse the repository at this point in the history