afedulov commented on pull request #8248: URL: https://github.com/apache/flink/pull/8248#issuecomment-993340649
@FaxianZhao are you sure? Your fix added an explicit cast of `java.sql.Types.FLOAT`to (float). In the current version of the `JdbcUtils` it will fall through the switch caasae still be cast to (double), as in the original ticket. https://github.com/apache/flink/blob/master/flink-connectors/flink-connector-jdbc/src/main/java/org/apache/flink/connector/jdbc/utils/JdbcUtils.java#L109 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
