Hi, According to https://ci.apache.org/projects/flink/flink-docs-release-1.9/dev/table/types.html#timestamp , the default java bridge time for timestamp is java.time.LocalDateTime. Is there a setting that can change it to use java.sql.Timestamp instead?
Thanks, Fanbin