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

Remove custom read-csv stuff #1178

Merged
merged 5 commits into from
Dec 17, 2024
Merged

Remove custom read-csv stuff #1178

merged 5 commits into from
Dec 17, 2024

Conversation

phofl
Copy link
Collaborator

@phofl phofl commented Dec 16, 2024

together with dask/dask#11603

@phofl phofl closed this Dec 16, 2024
@phofl phofl reopened this Dec 16, 2024
@@ -47,7 +47,7 @@ jobs:
cache-environment-key: environment-${{ steps.date.outputs.date }}-0

- name: Install current main versions of dask
run: python -m pip install git+https://github.com/dask/dask
run: python -m pip install git+https://github.com/phofl/dask@read-csv-legacy
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
run: python -m pip install git+https://github.com/phofl/dask@read-csv-legacy
run: python -m pip install git+https://github.com/dask/dask

@@ -47,7 +47,7 @@ jobs:
cache-environment-key: environment-${{ steps.date.outputs.date }}-1

- name: Install current main versions of dask
run: python -m pip install git+https://github.com/dask/dask
run: python -m pip install git+https://github.com/phofl/dask@read-csv-legacy
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
run: python -m pip install git+https://github.com/phofl/dask@read-csv-legacy
run: python -m pip install git+https://github.com/dask/dask

Copy link
Member

@hendrikmakait hendrikmakait left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @phofl!

@phofl phofl merged commit 98fef3c into dask:main Dec 17, 2024
7 checks passed
@phofl phofl deleted the from-csv-rewrite branch December 17, 2024 10:31
rapids-bot bot pushed a commit to rapidsai/cudf that referenced this pull request Dec 17, 2024
Recent changes in dask and dask-expr have broken `dask_cudf.read_csv` (dask/dask-expr#1178, dask/dask#11603). Fortunately, the breaking changes help us avoid legacy CSV code in the long run.

Authors:
  - Richard (Rick) Zamora (https://github.com/rjzamora)

Approvers:
  - Peter Andreas Entschev (https://github.com/pentschev)
  - Lawrence Mitchell (https://github.com/wence-)

URL: #17612
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