beliefer opened a new pull request #33341:
URL: https://github.com/apache/spark/pull/33341


   ### What changes were proposed in this pull request?
   The current implement of `TimeWindow` only supports `TimestampType`. Spark 
added a new type `TimestampNTZType`, so we should support `TimestampNTZType` in 
expression `TimeWindow`.
   
   
   ### Why are the changes needed?
    `TimestampNTZType` similar to `TimestampType`, we should support 
`TimestampNTZType` in expression `TimeWindow`.
   
   
   ### Does this PR introduce _any_ user-facing change?
   'Yes'.
   `TimeWindow` will accepts `TimestampNTZType`.
   
   
   ### How was this patch tested?
   New tests.
   


-- 
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]

Reply via email to