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

Propagate errors from Parquet reader kernels back to host #14167

Merged
merged 18 commits into from
Sep 28, 2023

Commits on Sep 20, 2023

  1. pass error code back to host

    vuule committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    49efa51 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Merge branch 'branch-23.10' of https://github.com/rapidsai/cudf into …

    …fea-read_parquet-error-report
    vuule committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    903261a View commit details
    Browse the repository at this point in the history
  2. fix conditions

    vuule committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    519f37f View commit details
    Browse the repository at this point in the history
  3. atomic shared error code

    vuule committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c2e8ff0 View commit details
    Browse the repository at this point in the history
  4. atomic global

    vuule committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    da12224 View commit details
    Browse the repository at this point in the history
  5. revert test error

    vuule committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    57e0bc7 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

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

Commits on Sep 27, 2023

  1. Merge branch 'branch-23.10' of https://github.com/rapidsai/cudf into …

    …fea-read_parquet-error-report
    vuule committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    70c4a7e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'branch-23.10' of https://github.com/rapidsai/cudf into …

    …fea-read_parquet-error-report
    vuule committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    31b2111 View commit details
    Browse the repository at this point in the history
  3. codes as masks; enum

    vuule committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    3831bc8 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fea-read_parquet-error-report' of https://github.com/vu…

    …ule/cudf into fea-read_parquet-error-report
    vuule committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5b1e332 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5250f9 View commit details
    Browse the repository at this point in the history
  6. memory order

    Co-authored-by: Yunsong Wang <[email protected]>
    vuule and PointKernel authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    4c2a235 View commit details
    Browse the repository at this point in the history
  7. move enum; docs

    vuule committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0d15e49 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e2531c8 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'fea-read_parquet-error-report' of https://github.com/vu…

    …ule/cudf into fea-read_parquet-error-report
    vuule committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    d87abbf View commit details
    Browse the repository at this point in the history
  10. style

    vuule committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    575f40c View commit details
    Browse the repository at this point in the history
  11. rename some codes

    vuule committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    718c166 View commit details
    Browse the repository at this point in the history