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

Add DatasourceCompactibleSegmentIterator #150

Closed
wants to merge 16 commits into from

Commits on Jul 15, 2024

  1. Tests: Add utility class TuningConfigBuilder to make IndexTask tests …

    …more readable and concise (apache#16732)
    
    Changes:
    - No functional change
    - Add class `TuningConfigBuilder` to build `IndexTuningConfig`, `CompactionTuningConfig`
    - Remove old class `ParallelIndexTestingFactory.TuningConfigBuilder`
    - Remove some unused fields and methods
    kfaraz authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    656667e View commit details
    Browse the repository at this point in the history
  2. Do not kill segments with referenced load specs from deep storage (ap…

    …ache#16667)
    
    Do not kill segments with referenced load specs from deep storage
    AmatyaAvadhanula authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    d6c760f View commit details
    Browse the repository at this point in the history
  3. Deserialize complex dimensions in group by queries to their respectiv…

    …e types when reading from spilled files and cached results (apache#16620)
    
    Like apache#16511, but for keys that have been spilled or cached during the grouping process
    LakshSingla authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    209f8a9 View commit details
    Browse the repository at this point in the history
  4. Enable querying entirely cold datasources (apache#16676)

    Add ability to query entirely cold datasources.
    findingrish authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    6410453 View commit details
    Browse the repository at this point in the history
  5. Window Function offset correction for RAC (apache#16718)

    * When an ArrayList RAC creates a child RAC, the start and end offsets need to have the offset of parent's start offset
    * Defaults the 2nd window bound to CURRENT ROW when only a single bound is specified
    * Removes the windowingStrictValidation warning and throws a hard exception when Order By alongside RANGE clause is not provided with UNBOUNDED or CURRENT ROW as both bounds
    sreemanamala authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    78a4a09 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6891866 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6cf6838 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    f812c26 View commit details
    Browse the repository at this point in the history
  2. Rename test

    kfaraz committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d2fd2cf View commit details
    Browse the repository at this point in the history
  3. Remove unused field

    kfaraz committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    53f5a11 View commit details
    Browse the repository at this point in the history
  4. Minor fixes

    kfaraz committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f523f95 View commit details
    Browse the repository at this point in the history
  5. Field names

    kfaraz committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7ecaac8 View commit details
    Browse the repository at this point in the history
  6. Handle null timeline

    kfaraz committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    bc7c7e3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    69fff90 View commit details
    Browse the repository at this point in the history
  8. Revert extra change

    kfaraz committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    996e9eb View commit details
    Browse the repository at this point in the history
  9. Address PMD check failure

    kfaraz committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0d02773 View commit details
    Browse the repository at this point in the history