loserwang1024 commented on PR #4181:
URL: https://github.com/apache/flink-cdc/pull/4181#issuecomment-3707543007

   @Fluder-Paradyne , I have seen your reproduce step.
   
   ```java
   Caused by: java.lang.NumberFormatException: For input string: 
        at java.base/java.lang.NumberFormatException.forInputString(Unknown 
Source)
        at java.base/java.lang.Long.parseLong(Unknown Source)
        at java.base/java.lang.Long.parseLong(Unknown Source)
        at 
org.apache.flink.cdc.common.data.binary.BinaryRecordData.getZonedTimestamp(BinaryRecordData.java:182)
        at 
org.apache.flink.cdc.common.data.RecordData.lambda$createFieldGetter$f6fd429a$3(RecordData.java:233)
   ```
   
   It seems that the type mapping is no problem. The root reasion is 
BinaryRecordData.getZonedTimestamp has problem.


-- 
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]

Reply via email to