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

[WIP] Implement filesystem="arrow" in dask_cudf.read_parquet #16684

Draft
wants to merge 26 commits into
base: branch-24.10
Choose a base branch
from

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    469bc5e View commit details
    Browse the repository at this point in the history
  2. re-org

    rjzamora committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f20cc25 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    8f0f598 View commit details
    Browse the repository at this point in the history
  2. adjust for upstream bug

    rjzamora committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    64fd701 View commit details
    Browse the repository at this point in the history
  3. remove stale comment

    rjzamora committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8e0c902 View commit details
    Browse the repository at this point in the history
  4. add file aggregation

    rjzamora committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    18e1c08 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    5215a05 View commit details
    Browse the repository at this point in the history
  2. test coverage

    rjzamora committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c51a7bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7a90c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. allow aggregate_files=True

    rjzamora committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    43274e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63c3f04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1bd43c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    e3ca47f View commit details
    Browse the repository at this point in the history
  2. fix test

    rjzamora committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    12c09a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

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

Commits on Sep 5, 2024

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

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    ec38b1e View commit details
    Browse the repository at this point in the history
  2. Performance improvement for strings::slice for wide strings (rapidsai…

    …#16574)
    
    Improves performance of wide strings (avg > 64 bytes) when using `cudf::strings::slice_strings`.
    Addresses some concerns from issue rapidsai#15924
    
    Authors:
      - David Wendt (https://github.com/davidwendt)
    
    Approvers:
      - Bradley Dice (https://github.com/bdice)
      - Muhammad Haseeb (https://github.com/mhaseeb123)
    
    URL: rapidsai#16574
    davidwendt authored and rjzamora committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    853c76b View commit details
    Browse the repository at this point in the history
  3. skip for pyarrow<15

    rjzamora committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    bdd2bab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d943d8d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

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

Commits on Sep 18, 2024

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

Commits on Sep 19, 2024

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