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

Use intermediate-persist IndexSpec during multiphase merge. #11940

Merged
merged 7 commits into from
Nov 29, 2021

Commits on Nov 17, 2021

  1. Use intermediate-persist IndexSpec during multiphase merge.

    The main change is the addition of an intermediate-persist IndexSpec
    to the main "merge" method in IndexMerger. There are also a few minor
    adjustments to the IndexMerger interface to encourage more harmonious
    usage of its methods in the future.
    gianm committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    ddc3751 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Additional changes inspired by the test coverage checker.

    - Remove unused-in-production IndexMerger methods "append" and "convert".
    - Add additional unit tests to UnifiedIndexerAppenderatorsManager.
    gianm committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    16423e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b25605 View commit details
    Browse the repository at this point in the history
  3. Additional adjustments.

    gianm committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    d63a71d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4c7896 View commit details
    Browse the repository at this point in the history
  5. Test fixes.

    gianm committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    3d18da8 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

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