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

[gpuCI] Auto-merge branch-0.17 to branch-0.18 [skip ci] #6878

Merged
merged 1 commit into from
Dec 2, 2020

Conversation

GPUtester
Copy link
Collaborator

Auto-merge triggered by push to branch-0.17 that creates a PR to keep branch-0.18 up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge.

Fixes: #6337 , #6740 

The actual issue was that cudf was failing to read/write a dataframe for any case other than a RangeIndex/named Multi-Index(all-levels), so this PR revamps index writing and retrieval logic to and from parquet metadata.

This PR:

- [x] Introduces code changes to write & read Index/MultiIndex objects correctly into & from parquet files.
- [x] Adds `step` attribute to `RangeIndex`.
- [x] Fixes issue where a `RangeIndex` with `step` value other than 1 was failing in `cudf.from_pandas`.
- [x] Add & Fix pytests for above changes.

Authors:
  - galipremsagar <sagarprem75@gmail.com>
  - GALI PREM SAGAR <sagarprem75@gmail.com>

Approvers:
  - Keith Kraus
  - Devavret Makkar
  - Keith Kraus

URL: #6771
@GPUtester GPUtester requested a review from a team as a code owner December 2, 2020 11:26
@GPUtester GPUtester merged commit 36c03a5 into branch-0.18 Dec 2, 2020
@GPUtester
Copy link
Collaborator Author

SUCCESS - Auto-merge complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants