hudi-bot opened a new issue, #15339: URL: https://github.com/apache/hudi/issues/15339
Now the instant time in timeline is the proccessing time of a record in hudi. But in some cases, users may need the event time for reading. For example, we import a mysql table to hudi realtimely, but some batch job need to calculate the data for yesterday, they need a snapshot of the mysql table at 00:00, this should be the event time, not instant time, as it may delay due to slow running or job restarting and so on. So We proposal to support user define using event time as the instant time in timeline. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-4622 - Type: New Feature -- 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]
