You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Comet's native cast logic, we currently pass timezones around as strings and use empty strings to represent lack of timezones. This results in repeated parsing of timestamps that could be avoided.
What is the problem the feature request solves?
In Comet's native cast logic, we currently pass timezones around as strings and use empty strings to represent lack of timezones. This results in repeated parsing of timestamps that could be avoided.
Describe the potential solution
Change timezone from
String
toOption<Tz>
Additional context
See
SparkCastOptions
, added in #1146.The text was updated successfully, but these errors were encountered: