I have a decimal type column with precision as 2 and scale as 1 which I have to convert into char(2) using spark java
Input : 2.1 Output expected: 21
How I can re