sarutak commented on PR #35313: URL: https://github.com/apache/spark/pull/35313#issuecomment-1185180273
@dongjoon-hyun SPARK-36724 is about `SessionWindow`, while this change is about `TimeWindow` and `TimeWindow` seems already support `TimestampNTZ` in v3.2.1. https://github.com/apache/spark/blob/4f25b3f71238a00508a356591553f2dfa89f8290/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/TimeWindow.scala#L99 So, I think this change still valid. Do I miss something? -- 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]
