Skip to content

Bool is not supported when natively creating iceberg table from clickhouse (related to pr 1896) #2029

Description

@alsugiliazova

Describe the bug
Bool should be supported.

CREATE TABLE `namespace_df2e3278_7b8d_11f1_8dc5_de7b9eea3491.t_boolean_df2e2dbe_7b8d_11f1_8dc5_de7b9eea3491`
(
    `col` Bool
)
ENGINE = IcebergS3('http://minio:9000/warehouse/data/namespace_df2e3278_7b8d_11f1_8dc5_de7b9eea3491/t_boolean_df2e2dbe_7b8d_11f1_8dc5_de7b9eea3491/', 'admin', 'password')
SETTINGS write_full_path_in_iceberg_metadata = 1
Received exception from server (version 26.3.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Unsupported type for iceberg Bool. (BAD_ARGUMENTS)

Metadata

Metadata

Assignees

Labels

antalyabugSomething isn't working

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