coercions
{{% page "data-types/coercions-page.md" %}}
Type Coercion When Copying Data Into Apache Iceberg Tables
These data-type coercions are supported when the COPY INTO <table> SQL command is used to copy data from source files into Iceberg tables:
| Source Data Type | Target Dremio Data Type |
|---|---|
| String | BIGINT, BOOLEAN, DATE, DECIMAL, DOUBLE, FLOAT, INT, TIME, TIMESTAMP, VARCHAR |
| Integer | BIGINT, DECIMAL, DOUBLE, FLOAT, INT, VARCHAR |
| Floating-point numbers | DECIMAL, DOUBLE, FLOAT, VARCHAR |
| Boolean | BOOLEAN, VARCHAR |
| Object (JSON only) | STRUCT |
| Array (JSON only) | LIST |