-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
ARROW-9747: [Java][C++] Initial Support for 256-bit Decimals #8475
Closed
Closed
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
8a3c7bb
Basic support of Decimal256 (PR for merging into decimal256 branch NO…
MingyuZhong 61f71d5
Archery C++ round trip working. Java disabled. Fix c-bridge (#8268)
emkornfield 7b90947
Decimal256 java implementation with working integration tests. (#8281)
emkornfield 4cfba5d
Add BasicDecimal256 Multiplication Support (PR for decimal256 branch,…
Luminarys 84de9e8
cpp working
emkornfield 3401bfe
format
emkornfield ecdfc45
fix some style issues
emkornfield 603dabb
address java comments
emkornfield 6b532e0
remove cout and add visitor
emkornfield 4622758
fail if rescale requires op
emkornfield 0b85b7f
fix format
emkornfield c17bb61
fix a couple of more errors
emkornfield 5fa6ad6
fix expression registry in java
emkornfield 694b693
Add bit-width to gandiva tests
emkornfield 8fe5d72
properly skip rust/go gold files
emkornfield 2328fca
try to fix java on gold
emkornfield 623e166
add missing decimal types
emkornfield 61ae650
use not implemented
emkornfield 59bbee3
Fix kernel test
emkornfield 82d191c
rename BigDecimal to Decimal256
emkornfield af59a20
fix benchmark
emkornfield 77492db
convert to assertThrows
emkornfield 3fbb705
fix format
emkornfield 3a9ba27
address more C++ comments
emkornfield 41b6768
more pr comments
emkornfield 49cec43
use const ref
emkornfield cc55379
inline decimal256 operators
emkornfield 577af6f
add additional c-bridge tests
emkornfield c55a106
change constructor
emkornfield 11cb9dc
inline writeLong method in decimal256
emkornfield 71735a7
Adress java comments
emkornfield 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
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.
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.
Are we sure the remaining bytes will be zeroed?
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.
According o: https://en.cppreference.com/w/c/language/array_initialization is should be.