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 types_mapper argument to from_pyarrow_table_dispatch #8114

Merged
merged 1 commit into from Aug 17, 2023

Conversation

rjzamora
Copy link
Member

Follow up to dask/dask#10446

Now that the pandas implementation of from_pyarrow_table_dispatch already constructs/uses a default types_mapper argument, we can remove it here. This change improves the dask-cudf + p2p user experience, because the types_mapper argument is specific to pandas.

@rjzamora rjzamora requested a review from fjetter as a code owner August 17, 2023 13:36
@rjzamora rjzamora self-assigned this Aug 17, 2023
@github-actions
Copy link
Contributor

Unit Test Results

See test report for an extended history of previous test failures. This is useful for diagnosing flaky tests.

       21 files  ±0         21 suites  ±0   11h 52m 12s ⏱️ + 12m 35s
  3 772 tests ±0    3 660 ✔️  - 1     108 💤 ±0  4 +1 
36 475 runs  ±0  34 659 ✔️  - 3  1 812 💤 +2  4 +1 

For more details on these failures, see this check.

Results for commit 46818db. ± Comparison against base commit 8645c77.

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, @rjzamora!

@hendrikmakait hendrikmakait merged commit aab76d7 into dask:main Aug 17, 2023
23 of 29 checks passed
@rjzamora rjzamora deleted the remove-types_mapper-arg branch August 17, 2023 15:22
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.

None yet

2 participants