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)
Describe the bug
Bool should be supported.