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 full steps:
step1:create table test_clickhouse (col Array(Nullable(DateTime64(3)))) Engine = MergeTree ORDER BY (col)
SETTINGS index_granularity = 8192;
step2:INSERT INTO test_clickhouse VALUES ([-62167219200000]);
step3:
step4:
Describe the bug
When a field of type Array(Nullable(DateTime64(3))) contains "0001-01-01 00:00:00", the query will report year 0 is out of range
To Reproduce
cursor=conn.cursor()
cursor.execute(" select update from user ")
rows=cursor.fetchall()
Expected behavior
Can find "0001-01-01 00:00:00"
Versions
The text was updated successfully, but these errors were encountered: