Skip to content

Cannot insert DateTime with specified timezone into Dynamic column #69590

Description

@Avogar

Queries:

create table test (d Dynamic) engine=MergeTree order by tuple() settings min_bytes_for_wide_part=1, min_rows_for_wide_part=1;
insert into test select toDateTime64(materialize('2024-01-01'), 3, 'Asia/Istanbul');

Error:

Code: 107. DB::Exception: Received from localhost:9000. DB::ErrnoException. DB::ErrnoException: Cannot open file ./store/95b/95becbf1-770a-4346-b709-0cc5d3be24ca/tmp_insert_all_1_1_0/d.DateTime64(3, 'Asia/Istanbul').bin: , errno: 2, strerror: No such file or directory. (FILE_DOESNT_EXIST)

Metadata

Metadata

Assignees

Labels

bugConfirmed user-visible misbehaviour in official release

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions