labixiaoxiaopang opened a new issue, #2182: URL: https://github.com/apache/incubator-paimon/issues/2182
### Search before asking - [X] I searched in the [issues](https://github.com/apache/incubator-paimon/issues) and found nothing similar. ### Paimon version 0.6-SNAPSHOT ### Compute Engine flink: 1.17.1 flink cdc: 2.3 ### Minimal reproduce step > 1:use paimon-flink-action-0.6-SNAPSHOT.jar > 2: use param --metadata-column op_ts,database_name,table_name > 3:I've noticed that there's no tm_ms field in the org.apache.paimon.flink.action.cdc.mysql.format.DebeziumEvent file under the public class Source. I added this field, thinking I had solved the issue. > 4:However, during the usage, I found that the op_ts field is using the org.apache.paimon.utils.TypeUtils utility for conversion, and I traced it to the castFromStringInternal method. It appears that TIMESTAMP_WITHOUT_TIME_ZONE cannot properly convert the timestamp. ### What doesn't meet your expectations? **I would like the op_ts field to be written as either a timestamp or a bigint type.** ### Anything else? **1:Why isn't the data type of the op_ts field bigint?** ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
