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

PARQUET-2366: Optimize random seek during rewriting #1174

Merged
merged 10 commits into from
Oct 30, 2023

Commits on Oct 17, 2023

  1. Avoid random seek

    ConeyLiu committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    175f9f9 View commit details
    Browse the repository at this point in the history
  2. remove blank line

    ConeyLiu committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d1a7e0a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. indexcacher

    ConeyLiu committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    e22a770 View commit details
    Browse the repository at this point in the history
  2. update

    ConeyLiu committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    e05ded6 View commit details
    Browse the repository at this point in the history
  3. update

    ConeyLiu committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    bbb3db8 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. update

    ConeyLiu committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    017cbe6 View commit details
    Browse the repository at this point in the history
  2. interface IndexCache

    ConeyLiu committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    458a92c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Update parquet-hadoop/src/main/java/org/apache/parquet/hadoop/Prefetc…

    …hIndexCache.java
    
    Co-authored-by: Gang Wu <[email protected]>
    ConeyLiu and wgtmac authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    e19e8f4 View commit details
    Browse the repository at this point in the history
  2. address comments

    ConeyLiu committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    831f418 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. rename

    ConeyLiu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    a637b11 View commit details
    Browse the repository at this point in the history