-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adopt changes from JNI for casting from float to decimal (#10917)
* Debugging Signed-off-by: Nghia Truong <[email protected]> * Add test Signed-off-by: Nghia Truong <[email protected]> * Adopt changes from JNI Signed-off-by: Nghia Truong <[email protected]> * WIP Signed-off-by: Nghia Truong <[email protected]> * Enable SparkUT test Signed-off-by: Nghia Truong <[email protected]> * Reduce test threshold Signed-off-by: Nghia Truong <[email protected]> * Add unit tests Signed-off-by: Nghia Truong <[email protected]> * Cleanup Signed-off-by: Nghia Truong <[email protected]> * Update python tests Signed-off-by: Nghia Truong <[email protected]> * Update unit tests Signed-off-by: Nghia Truong <[email protected]> * cast float to decimal: print number of failures Signed-off-by: Nghia Truong <[email protected]> * Change relative error Signed-off-by: Nghia Truong <[email protected]> * Revert "cast float to decimal: print number of failures" This reverts commit c185206. # Conflicts: # tests/src/test/scala/com/nvidia/spark/rapids/CastOpSuite.scala * Revert "Enable SparkUT test" This reverts commit 93422e8. * Change issue number Signed-off-by: Nghia Truong <[email protected]> --------- Signed-off-by: Nghia Truong <[email protected]>
- Loading branch information
Showing
5 changed files
with
74 additions
and
114 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
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