You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.
Since there was a possibility that only partial set of bits would be read in case the values are buffered, the max_vals had to be rounded-off to higher next byte.
closes#7345
Authors:
- Ram (Ramakrishna Prabhu) (@rgsl888prabhu)
Approvers:
- Vukasin Milovanovic (@vuule)
- Devavret Makkar (@devavret)
URL: #7483
Describe the bug
When reading an orc file, only boolean column data is being corrupted.
Steps/Code to reproduce bug
ORC file:(Please remove .zip at the end, added to bypass GitHub attachment restrictions) large_orc_file.orc.zip (This file was generated using pyorc)
Expected behavior
Read the boolean data correctly.
Environment overview (please complete the following information)
Environment details
Please run and paste the output of the
cudf/print_env.sh
script here, to gather any other relevant environment detailsClick here to see environment details
Additional context
Surfaced while running fuzz tests: #6001
cc: @vuule @rgsl888prabhu @kkraus14
The text was updated successfully, but these errors were encountered: