-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check for maximum scale in IOBuffer before array copy (#2239)
* Simple check to see if the input exceeds scale of 38. * Added test * Update failing tests * Cleanup * More cleanup * Move to TVPTypesTest * The scale check was somehow failing coco, instead moved to just catch the IndexOutOfBoundsException * ArrayIndexOutOfBoundsException not IndexOutOfBoundsException * More general * Revert * This should have been rolled back in the retry PR * This test will be removed in a separate PR * ... * Changed the error message * Forgot to change the test as well * Better error
- Loading branch information
1 parent
a762d7c
commit 729520d
Showing
3 changed files
with
42 additions
and
3 deletions.
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