Probablism commented on PR #23224: URL: https://github.com/apache/datafusion/pull/23224#issuecomment-4826979504
Good point. I had kept this as a string initially to avoid changing the config type, but I agree the typed version is better here. I updated it to store a parsed timezone via `ConfigTimeZone`. It wraps Arrow's `Tz` because the config structs need `PartialEq`, and `Tz` doesn't provide that directly. -- 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]
