nsivabalan commented on issue #3965: URL: https://github.com/apache/hudi/issues/3965#issuecomment-991847044
@Frogglet : bulk_insert row writer had some issues around timestamp. did you query your dataset after bulk_insert and before upsert to ensure data is intact? Also, can you try setting ``` .option(DataSourceWriteOptions.ENABLE_ROW_WRITER_OPT_KEY, "false") ``` and let us know what you see. And I don't think cleaner has anything to do with the issue you are reporting. -- 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]
