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

backport projections #17257

Merged

Commits on Oct 5, 2024

  1. abstract IncrementalIndex cursor stuff to prepare for using differe…

    …nt "views" of the data based on the cursor build spec (apache#17064)
    
    * abstract `IncrementalIndex` cursor stuff to prepare to allow for possibility of using different "views" of the data based on the cursor build spec
    changes:
    * introduce `IncrementalIndexRowSelector` interface to capture how `IncrementalIndexCursor` and `IncrementalIndexColumnSelectorFactory` read data
    * `IncrementalIndex` implements `IncrementalIndexRowSelector`
    * move `FactsHolder` interface to separate file
    * other minor refactorings
    clintropolis committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    e0440f7 View commit details
    Browse the repository at this point in the history
  2. add DataSchema.Builder to tidy stuff up a bit (apache#17065)

    * add DataSchema.Builder to tidy stuff up a bit
    
    * fixes
    
    * fixes
    
    * more style fixes
    
    * review stuff
    clintropolis committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    e4b8cc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92cd424 View commit details
    Browse the repository at this point in the history