Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
himadripal committed Dec 19, 2024
1 parent 8ce814d commit 4b19083
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arrow-cast/src/cast/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3857,10 +3857,7 @@ mod tests {
)
.unwrap();
let output_array = result.as_any().downcast_ref::<Decimal128Array>();

let result_128 = parse_decimal::<Decimal128Type>("40000000", 10, 2);

println!("Parsed decimal result: {:?}", result_128);
assert_eq!(output_array.unwrap().value(0), result_128.unwrap());
}

Expand Down

0 comments on commit 4b19083

Please sign in to comment.