QueKabron commented on issue #2307:
URL: https://github.com/apache/flink-cdc/issues/2307#issuecomment-3048417002

   Gotcha: don't know if this is a specific case of a general pattern or just 
the unique cause, anyway, fields in event header length did not correspond to 
actual event data, due to:
   
   mysql56_temporal_format, default ON, was OFF, in combination with a datetime 
column modification to use microseconds
   (MODIFY `creation_date` datetime(3) NOT NULL;) That created a /* mariadb-5.3 
*/ type 12 datetime column, instead of type 18 that would be used used with 
mysql56_temporal_format=ON
   
   (Look for: SELECT TABLE_NAME, COLUMN_NAME, COLUMN_TYPE FROM 
INFORMATION_SCHEMA.`COLUMNS` WHERE TABLE_SCHEMA = DATABASE() AND COLUMN_TYPE 
LIKE '%mariadb%';)
   


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