MaxGekk opened a new pull request #28998: URL: https://github.com/apache/spark/pull/28998
### What changes were proposed in this pull request? - Extract common code from the `FromUTCTimestamp` and `ToUTCTimestamp` expressions to new trait `UTCTimestamp`. - Move `ToUTCTimestamp` closer to `FromUTCTimestamp` ### Why are the changes needed? Code deduplication improves maintainability. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? By running date-time test suites such as `DateFunctionsSuite` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
