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 a 'prefetch' option to ParquetRecordBatchStream to load the next row group while decoding #6676

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 27, 2024

  1. Squashed commit of the following:

    commit 28b2bf1
    Author: Mason Hall <[email protected]>
    Date:   Fri Oct 18 15:49:31 2024 -0400
    
        Cleaned up prefetch and added a test
    
    commit 3d7e018
    Author: Mason Hall <[email protected]>
    Date:   Fri Oct 18 13:32:22 2024 -0400
    
        prefetch working
    masonh22 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    4f682b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    d9c71b9 View commit details
    Browse the repository at this point in the history
  2. rustfmt and clippy fixes

    masonh22 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    9eb6570 View commit details
    Browse the repository at this point in the history