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

feat: Implements row group level parallel unordered scanner #3992

Merged
merged 18 commits into from
May 29, 2024

Commits on May 23, 2024

  1. feat: unordered scanner

    evenyag committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d93b402 View commit details
    Browse the repository at this point in the history
  2. feat: support compat

    evenyag committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7e8858f View commit details
    Browse the repository at this point in the history
  3. chore: update debug print

    fix: missing ranges in scan parts
    evenyag committed May 23, 2024
    Configuration menu
    Copy the full SHA
    2fc3bd1 View commit details
    Browse the repository at this point in the history
  4. fix: ensure chunk size > 0

    evenyag committed May 23, 2024
    Configuration menu
    Copy the full SHA
    57f5fdf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5b4918 View commit details
    Browse the repository at this point in the history
  6. chore: reader metrics

    evenyag committed May 23, 2024
    Configuration menu
    Copy the full SHA
    07f6394 View commit details
    Browse the repository at this point in the history
  7. chore: remove todo

    evenyag committed May 23, 2024
    Configuration menu
    Copy the full SHA
    794b9ff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    15fc5aa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2f0c265 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2d32e74 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. docs: update comment

    evenyag committed May 24, 2024
    Configuration menu
    Copy the full SHA
    11fd833 View commit details
    Browse the repository at this point in the history
  2. chore: remove meta()

    evenyag committed May 24, 2024
    Configuration menu
    Copy the full SHA
    11f3ee0 View commit details
    Browse the repository at this point in the history
  3. refactor: only prune file ranges in ScanInput

    replaces ScanPartBuilder with FileRangeCollector which only collect file
    ranges
    evenyag committed May 24, 2024
    Configuration menu
    Copy the full SHA
    78163d7 View commit details
    Browse the repository at this point in the history
  4. chore: address typo

    evenyag committed May 24, 2024
    Configuration menu
    Copy the full SHA
    831744a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. fix: panic when no partition

    evenyag committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4d3b466 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    2395ac0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    122d18e View commit details
    Browse the repository at this point in the history
  3. style: fix clippy

    evenyag committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c10f839 View commit details
    Browse the repository at this point in the history