blackcheckren commented on issue #9748: URL: https://github.com/apache/hudi/issues/9748#issuecomment-1764204817
@ad1happy2go I found that this problem also came from the case of a friend in the official group: he was collecting data in sqlserver, and if the datetime type was collected, there would be out-of-order and wrong lines. The users of our platform always gave feedback on data errors, and we also found data loss during the investigation. After viewing the table that found the problem basically has a datetime type field, I use SQL to convert the related field to String type, and then write, the wrong row and data loss disappeared. Tomorrow I will sort the data and write it into the table, check the data before and after the error row and data loss, and the relevant information will be sent to the following post. -- 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]
