-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add decimal support to VARIANT casting #23858
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
Open
vuule
wants to merge
23
commits into
NVIDIA:main
Choose a base branch
from
vuule:variant-decimal-cast
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+601
−51
Open
Changes from 14 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
64be3f0
Add decimal support to VARIANT casting
vuule 1370071
Address review: int128 and sliced coverage, share cast preamble, benc…
vuule b93a33f
Trim verbose comments in variant decimal cast
vuule 44c8749
Remove redundant decimal cast tests, extend cast matrix with decimal …
vuule df1bcbc
Cover the int64 decimal representation in tests and benchmarks
vuule 305e6d7
Use cudf::is_fixed_point directly instead of an alias that narrows no…
vuule 79e292e
Merge remote-tracking branch 'origin/main' into variant-decimal-cast
vuule 554e2a3
Merge remote-tracking branch 'origin/main' into variant-decimal-cast
vuule 8327c7c
Name the expected scale in the decimal cast tests
vuule 405e29d
Give expected_scale the scale_type so expectations pass it through
vuule c8c1660
Tidy up the decimal cast tests
vuule 3fde395
Divide once when rescaling a decimal, in 64 bits where possible
vuule 03e70e0
Load the unscaled payload only for a known decimal width
vuule e818b78
Merge branch 'main' into variant-decimal-cast
vuule b15b724
comment update
vuule 370bd42
constexpr1
vuule 3e5e445
constexpr2
vuule d53483a
constexpr3
vuule 6f348af
Answer the two decided cases of a decimal scale-up up front
vuule 0766f3f
Merge branch 'variant-decimal-cast' of https://github.com/vuule/cudf …
vuule ba7a2a2
Fix clang-format spacing after the constexpr suggestions
vuule 3fbdfe4
paranoid overflow protection
vuule e8e95d2
Merge branch 'main' into variant-decimal-cast
vuule 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 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.
Uh oh!
There was an error while loading. Please reload this page.