You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@chzzk-cheese The MySQL datetime field obtained by the Kafka connector is a timestamp in milliseconds. You cannot directly write a millisecond timestamp into the Starrocks datetime column. You need to use the from_unixtime function to perform a conversion.
Issue : There's an issue where MySQL datetime type data is being synchronized as null in StarRocks.
There is create_ymdt and update_ymdt data in topic.
But those data is being synchronized as null in StarRocks.
The text was updated successfully, but these errors were encountered: