JDBC source connector error for decimal value

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.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.