zhengruifeng commented on PR #58385: URL: https://github.com/apache/spark/pull/58385#issuecomment-5538683984
@szehon-ho Confirmed and addressed the analyzer-inserted-cast and sequence findings from https://github.com/apache/spark/pull/58385#issuecomment-5519060698 in fbd01c0a794. Analyzer-inserted Cast uses EvalMode.fromSQLConf, while the relevant date/timestamp casts are time-zone-aware. I added ANSI and session-time-zone notes to hour/minute/second and all listed date-field functions in both Scala and Python. I also added the session-time-zone note to both Scala sequence overloads and its Python docstring because the temporal and period implementations consume the resolved zoneId. -- 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]
