-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix withIntDistributionForField copy (#11644)
Summary: For decimal(8, 5) data build, Arrow reports below error due to out of range. The reason is in the copy of 'withIntDistributionForField', the target index and source index are reversed. ``` `C++ exception with description "Invalid: Invalid cast from Decimal128 to 4 byte integer" thrown in the test body. ``` Pull Request resolved: #11644 Reviewed By: Yuhta Differential Revision: D66560309 Pulled By: bikramSingh91 fbshipit-source-id: bd594f67a58b92915ea3bf24bee3a311db11eb04
- Loading branch information
1 parent
3fd46c7
commit 6a05878
Showing
2 changed files
with
5 additions
and
1 deletion.
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