We are not able to fetch decimal value for one of the column using JDBC source connector from amazon RDS bucket. We have type casted that column to Float64 while fetching.
This typecasting is working for other columns in the database.
Example:
Value in data base: 123.01
fetched value: 123.0
Please suggest what can be done.