-
Notifications
You must be signed in to change notification settings - Fork 926
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
Avoid converting Decimal32/Decimal64 in to_arrow
and from_arrow
APIs
#17422
Merged
rapids-bot
merged 39 commits into
rapidsai:branch-25.02
from
zeroshade:decimal32-decimal64
Jan 29, 2025
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
0724fd2
Fix Debug-mode failing Arrow test
zeroshade 3a45ca0
remove unused iostream
zeroshade 6cab3fe
Merge branch 'rapidsai:branch-25.02' into branch-25.02
zeroshade 67da453
Avoid converting decimal32/decimal64
zeroshade eab0b1e
style fix and cleanup DeviceType
zeroshade f2f63ae
updates from comments
zeroshade 5fe9658
add comment to explain max precision subtraction
zeroshade bd73d6a
shift lambda to its own func
zeroshade 7f89cdf
convert to device_storage_type_t
zeroshade b3e75ea
shift around and fix includes
zeroshade a2ca1a8
ran pre-commit
zeroshade e5863a7
update deps and fix compile issue
zeroshade 7102a6d
Merge branch 'branch-25.02' into decimal32-decimal64
zeroshade 033d472
Update cpp/src/interop/to_arrow_host.cu
zeroshade 92be030
Update cpp/src/interop/from_arrow_host.cu
zeroshade aa68c51
use get_decimal_precision
zeroshade 7a35ad2
use helper function in other spots
zeroshade 1ef986f
ran pre-commit for linting checks
zeroshade 37609d0
Merge branch 'branch-25.02' into decimal32-decimal64
zeroshade 0457765
missed one
zeroshade 5e74516
pre-commit is mean
zeroshade 4fced62
fix tests
zeroshade e7d44b3
Merge branch 'branch-25.02' into decimal32-decimal64
zeroshade 2bff31a
skip decimal32 and decimal64 python tests if using pyarrow < 19
zeroshade 22dffe3
Merge branch 'branch-25.02' into decimal32-decimal64
zeroshade 83aa9ad
skip decimal64 java tests until arrow-java supports it
zeroshade 74e9119
Merge branch 'branch-25.02' into decimal32-decimal64
davidwendt e9d3ae8
Update dependencies.yaml
zeroshade 570e416
Update dependencies.yaml
zeroshade a23fc13
Merge branch 'branch-25.02' into decimal32-decimal64
davidwendt ca848d6
fixing style issues
zeroshade be95a39
fix styles
zeroshade 8a9579d
skip failing test
zeroshade 162636a
Merge branch 'branch-25.02' into decimal32-decimal64
zeroshade c704ecd
Merge branch 'branch-25.02' into decimal32-decimal64
galipremsagar 843c36f
Apply suggestions from code review
galipremsagar e625228
Update python/cudf/cudf/tests/test_scalar.py
galipremsagar f6b627b
Merge branch 'branch-25.02' into decimal32-decimal64
galipremsagar 23a8204
Merge branch 'branch-25.02' into decimal32-decimal64
bdice 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
There are no files selected for viewing
This file contains 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 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 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
|
||
{ | ||
"packages" : { | ||
"nanoarrow" : { | ||
"version" : "0.7.0.dev", | ||
"git_url" : "https://github.com/apache/arrow-nanoarrow.git", | ||
"git_tag" : "4bf5a9322626e95e3717e43de7616c0a256179eb", | ||
"git_shallow" : false, | ||
"patches" : [ | ||
{ | ||
"file" : "${current_json_dir}/nanoarrow_clang_tidy_compliance.diff", | ||
"issue" : "https://github.com/apache/arrow-nanoarrow/issues/537", | ||
"fixed_in" : "" | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains 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 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 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 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 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 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.
Is this patch still relevant? I don’t see it here. Can this override be removed?
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.
@zeroshade Can we remove this? I'm okay with merging this PR and opening a follow-up for cleanup, since CI has passed.
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.
Looks like #17618 removed this patch. I'll merge this PR and file a follow-up to delete this override.
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 realized we are missing some reviews. If we need to push any changes to this branch for other reviews, we should go ahead and delete this. Otherwise I think merging this and removing the overrides in a follow-up is the best case scenario.
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.
Yes this patch should be removed, but I agree that it's not worth rerunning CI just for that. If there are no other changes here we can do it in a follow-up just fine.