-
Notifications
You must be signed in to change notification settings - Fork 973
Add pyarrow stubs to mypy environment and fix associated errors #20118
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
Merged
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
96fbef9
Add back pyarrow-stubs
vyasr 2873de5
Fix pyarrow StructScalar type casting in cudf/utils/scalar.py
vyasr 79271fd
Fix DecimalDtype.from_arrow compatibility and add Decimal256Type check
vyasr b35729c
Fix pyarrow_dtype_to_cudf_dtype function signature and docstring
vyasr dadab95
Fix schema metadata type casting in cudf/testing/testing.py
vyasr 6ed69f7
Add type ignore for pyarrow struct creation in cudf/core/dtypes.py
vyasr 3e59d74
Fix DataType list typing and pandas_compat attribute in cudf/utils/io…
vyasr 9ba9b5a
Fix DictionaryArray.from_arrays ordered parameter handling
vyasr 8845521
Fix DictionaryArray type casting in cudf/core/column/column.py
vyasr b43e327
Add type ignore for ListScalar iteration in cudf/utils/scalar.py
vyasr 8106957
Fix Buffer tuple types in cudf/core/column/struct.py
vyasr 39433d5
Fix Array.storage attribute in cudf/core/column/interval.py
vyasr 4731ed5
Remove ColumnBase._normalize_binop_operand and inline functionality
vyasr 425c8ed
Fix Buffer list compatibility in cudf/core/column/decimal.py
vyasr 841736d
Fix DateOffset return type in cudf/core/column/temporal_base.py
vyasr 5641a23
Fix Buffer list assignment in cudf/core/column/lists.py
vyasr 244fe9b
Fix Buffer list compatibility in cudf/core/column/lists.py
vyasr 8fde16a
Fix time_unit attribute and assume_timezone overload in cudf/core/col…
vyasr 9f6bf8c
Remove na_sentinel parameter from _label_encoding method
vyasr 5322d8f
Fix ChunkedArray compatibility in ColumnBase.from_arrow
vyasr 7930306
Fix pandas_compat attribute in cudf/core/dataframe.py
vyasr 64a4620
Fix subclass from_arrow signatures to match base class
vyasr 586323a
Fix ChunkedArray handling in from_arrow method
vyasr b8eb8e3
Fix _from_32_64_arrow method to handle ChunkedArray
vyasr ffff3fc
Fix ChunkedArray type annotations in dictionary handling
vyasr c9ef94c
Fix StringColumn replace_re argument type in string accessor
vyasr beb8d56
Fix write_to_dataset duplicate arguments in cudf/io/parquet.py
vyasr eaad1fa
Fix variable assignment type in cudf/io/parquet.py
vyasr 13a4734
Inline lists.py _normalize_binop_operand function
vyasr 3514afa
Inline string.py _normalize_binop_operand function
vyasr 1c4882e
Inline categorical.py _normalize_binop_operand function
vyasr d14d6af
Inline numerical.py _normalize_binop_operand function
vyasr b389893
Inline decimal.py _normalize_binop_operand function
vyasr 81aab7e
Move DateOffset logic to child class to avoid incorrect handling
vyasr de931cf
Revert "Inline numerical.py _normalize_binop_operand function"
vyasr d470e4e
Fix cupy array handling and add a test
vyasr e4da5d7
Enable intersphinx to find import-aliased third-party modules in type…
vyasr 94f53df
Address reviews
vyasr e11326f
Merge branch 'branch-25.12' into fix/pyarrow_typing
vyasr f2e5016
Apply suggestions from code review
vyasr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this need a corresponding issue?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm planning on investigating this in my follow-up PR (in progress) so I'll open an issue if I need to.