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] Fix orc reader RLEv2 reader #5473

Merged
merged 9 commits into from
Jun 22, 2020

Commits on Jun 15, 2020

  1. Fix bit width error in orc reader

    Patch bit width is only allowed to be from a fixed set of values.
    Patch width is to be selected as the smallest value from the set that
    fit the required patch size (pw + pgw)
    devavret committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    db3cbb4 View commit details
    Browse the repository at this point in the history
  2. Fix issue rapidsai#5440

    Fixes the narrowing conversion in bytestream reading in patched RLE
    devavret committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    1e30d8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c457f3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42b3d85 View commit details
    Browse the repository at this point in the history
  5. changelog

    devavret committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    255b1d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Configuration menu
    Copy the full SHA
    8315a1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f35ee5 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    db3c007 View commit details
    Browse the repository at this point in the history
  2. Missed style changes

    devavret committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    9fc167c View commit details
    Browse the repository at this point in the history