Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Refactoring for an extensible Index API: Part 2 #474

Merged
merged 1 commit into from
Jun 28, 2021

Conversation

clee704
Copy link

@clee704 clee704 commented Jun 28, 2021

What is the context for this pull request?

What changes were proposed in this pull request?

  • Change the return type of refreshIncremental so that implementations
    can choose what the framework should do after the incremental refresh
    regarding the index data files.
  • Move CoveringIndex.resolveConfig to IndexUtils.resolveColumns to make
    it available to other index implementations.

Does this PR introduce any user-facing change?

No

How was this patch tested?

With existing tests

- Change the return type of refreshIncremental so that implementations
  can choose what the framework should do after the incremental refresh
  regarding the index data files.
- Move CoveringIndex.resolveConfig to IndexUtils.resolveColumns to make
  it available to other index implementations.
@clee704 clee704 marked this pull request as ready for review June 28, 2021 21:17
@clee704 clee704 requested a review from sezruby June 28, 2021 21:17
Copy link
Collaborator

@sezruby sezruby left a comment

Choose a reason for hiding this comment

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

LGTM thanks @clee704!

@sezruby sezruby merged commit 7b594d4 into microsoft:master Jun 28, 2021
@sezruby sezruby added the enhancement New feature or request label Jun 29, 2021
@sezruby sezruby added this to the v0.5.0 milestone Jun 29, 2021
@clee704 clee704 added refactoring Changes that don't alter observable program behaviors and removed enhancement New feature or request labels Jul 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
refactoring Changes that don't alter observable program behaviors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants