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
ArcticDB crashes when trying to normalize timestamp with time zone when MsgPack is used as a normalizer.
This problem occurs most often when trying to write metadata with a time stamp with a time zone.
N.B.: Time zones are already supported for indexes and not supported for the data in regular columns.
This is because regular columns are treated as numpy arrays and numpy doesn't support time zones.
Describe the bug
ArcticDB crashes when trying to normalize timestamp with time zone when MsgPack is used as a normalizer.
This problem occurs most often when trying to write metadata with a time stamp with a time zone.
N.B.: Time zones are already supported for indexes and not supported for the data in regular columns.
This is because regular columns are treated as numpy arrays and numpy doesn't support time zones.
Steps/Code to Reproduce
Expected Results
Should not crash and the time zone in the metadata should be preserved.
OS, Python Version and ArcticDB Version
Python: 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]
OS: Linux-5.15.146.1-microsoft-standard-WSL2-x86_64-with-glibc2.35
ArcticDB: dev
Backend storage used
LMDB
Additional Context
No response
The text was updated successfully, but these errors were encountered: