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_derive: Match fields by name, support reading selected fields rather than all #6269

Merged
merged 10 commits into from
Aug 31, 2024

Commits on Aug 17, 2024

  1. support reading pruned parquet

    Ye Yuan committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    b767af5 View commit details
    Browse the repository at this point in the history
  2. add pruned parquet reading test

    Ye Yuan committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    f9bb8cf View commit details
    Browse the repository at this point in the history
  3. better unit test

    Ye Yuan committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    3590f4e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. update comments

    double-free committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    8337c87 View commit details
    Browse the repository at this point in the history
  2. deref instead of clone

    double-free committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    5b3f21a View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. do not panic

    double-free committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    4e65cc3 View commit details
    Browse the repository at this point in the history
  2. copy integer

    double-free committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    950f153 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. restore struct name

    double-free committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    83f5a74 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. update comments

    alamb committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    9570f64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89385cf View commit details
    Browse the repository at this point in the history