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.
Fixes: #10010
This PR:
- [x] Fixes `to_orc` by enabling writing of dataframe metadata to ORC file being created.
- [x] Fixes `read_orc` to correctly read and assign `Index` objects that exist in `metadata`
- [x] Note: This change is not backward compatible with files already written in previous versions of `cudf`.
Authors:
- GALI PREM SAGAR (https://github.com/galipremsagar)
Approvers:
- Ram (Ramakrishna Prabhu) (https://github.com/rgsl888prabhu)
URL: #10170
Name of Columns being Shifted when Written as first col becomes
__index_level_0__
and rest of the columns are shifted by 1.Repro code:
The text was updated successfully, but these errors were encountered: