schulzp opened a new pull request, #48695: URL: https://github.com/apache/spark/pull/48695
### What changes were proposed in this pull request? Support customising kafka record timestamps via an optional column. ### Why are the changes needed? As stated in the JIRA ticket, we do a lot of event-time processing to kafka records reflecting that would be nice. ### Does this PR introduce _any_ user-facing change? Yes, kafka docs need an update to reflect the new, optional timestamp column (of type long/timestamp). ### How was this patch tested? I added a unit test that makes sure the timestamps get passed through as expected. ### Was this patch authored or co-authored using generative AI tooling? No. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
