JackeyLee007 opened a new issue, #5022: URL: https://github.com/apache/paimon/issues/5022
### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation It's very helpful if the audit_log table provides time information of the records. For exmaple, user may challenge that the target data did not enter the lake in time. If we can provide the audit log with time information, that would be very persuasive. ```sql # query audit_log for time information select rowkind, _create_time, _update_time, id, val from some_table$audit_log; # Result rowkind _create_time _update_time id val +U 2025-01-25 10:12:35 2025-02-05 11:00:35 123 456 ``` ### Solution _No response_ ### Anything else? _No response_ ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- 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]
