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

Implement directly build byte view array on top of parquet buffer #5972

Merged
merged 20 commits into from
Jul 2, 2024

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    f32aabc View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    8f1c887 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a7a246 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b3f1b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45d7752 View commit details
    Browse the repository at this point in the history
  5. make clippy happy

    XiangpengHao committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    3e243ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f3d7ca View commit details
    Browse the repository at this point in the history
  7. fix doc link

    XiangpengHao committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    e5c7bde View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    1b45c91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25ad3c2 View commit details
    Browse the repository at this point in the history
  3. Update parquet/src/arrow/buffer/view_buffer.rs

    Co-authored-by: Andrew Lamb <[email protected]>
    XiangpengHao and alamb authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    002b73d View commit details
    Browse the repository at this point in the history
  4. update

    XiangpengHao committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    7e8ff6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3068578 View commit details
    Browse the repository at this point in the history
  6. rename and inline

    XiangpengHao committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    5846ff0 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    af635e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab90310 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Update parquet/src/arrow/array_reader/byte_view_array.rs

    Co-authored-by: Andrew Lamb <[email protected]>
    XiangpengHao and alamb authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    4bb9988 View commit details
    Browse the repository at this point in the history
  2. use unused

    XiangpengHao committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    5e68870 View commit details
    Browse the repository at this point in the history
  3. update

    XiangpengHao committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f1c33d7 View commit details
    Browse the repository at this point in the history
  4. Revert "use unused"

    This reverts commit 5e68870.
    XiangpengHao committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9c5972f View commit details
    Browse the repository at this point in the history