bersprockets opened a new pull request, #51385: URL: https://github.com/apache/spark/pull/51385
### What changes were proposed in this pull request? The proposed changes are largely based on commit 067432705fbec970bd713adf37d2aa17c6bcf5a0, which added caching support for TIMESTAMP_NTZ. This PR makes the same changes, except for the TIME type. ### Why are the changes needed? To support caching the TIME type, e.g.: ``` CACHE TABLE v1 AS SELECT TIME'22:00:00'; ``` ### Does this PR introduce _any_ user-facing change? No. The TIME type is not released yet. ### How was this patch tested? New unit test. ### 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]
