Skip to content

Commit

Permalink
add issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
sperlingxx committed Mar 22, 2021
1 parent 75b5c39 commit 49e5043
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/src/test/java/ai/rapids/cudf/ColumnVectorTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2252,6 +2252,8 @@ void testCastDecimal64ToString() {
* Helper function to create decimal strings which can be processed by castStringToDecimal functor.
* We can not simply create decimal string via `String.valueOf`, because castStringToDecimal doesn't
* support scientific notations so far.
*
* issue for scientific notation: https://github.com/rapidsai/cudf/issues/7665
*/
private static String dumpDecimal(Long unscaledValue, int scale) {
if (unscaledValue == null) return null;
Expand Down

0 comments on commit 49e5043

Please sign in to comment.