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
( This is a roadmap (epic) issue for the problem described in #7122. I post it separately, so that the roadmap items don't get buried among other comments )
use reasonable temporal representation in tests (testability)
I cannot seem to determine which tasks serve to implement this functionality: Selecting values from TIMESTAMP column should return same result set no matter what is the client's session timezone
( This is a roadmap (epic) issue for the problem described in #7122. I post it separately, so that the roadmap items don't get buried among other comments )
current_date
, not 1970-01-01 (see Remove support for political time zones from TIME WITH TIME ZONE #10103 (comment) & following)TIME WITH TIME ZONE
(= Remove support for political time zones from TIME WITH TIME ZONE #10103, more details there)TIMESTAMP
should be matched to PrestoTIMESTAMP WITH TIME ZONE
StandardReadMappings#timestampReadMapping
assumes "old" semantics), writing and predicate pushdownfrom_unixtime
,to_unixtime
continue to work withTIMESTAMP
?catch Exception
for checking if input is parsable inDateTimeUtils
(Note: since GH doesn't send updates for edits, when adding a bullet please be sure sure to add a comment too.)
cc @martint @dain @haozhun @losipiuk
The text was updated successfully, but these errors were encountered: