Skip to content

Commit c45175b

Browse files
committed
fix: Add missing Variant type to Delta Lake type mapping table
Delta Lake Variant type is mapped to Arrow Struct in the code (delta_lake.rs map_delta_data_type_to_arrow_data_type) but was missing from the type mapping table in the docs.
1 parent d1bf5cf commit c45175b

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

  • website
    • docs/components/data-connectors/delta-lake
    • versioned_docs

website/docs/components/data-connectors/delta-lake/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ The table below shows the Delta Lake data types supported, along with the type m
181181
| `Decimal` | `Decimal128` |
182182
| `Array` | `List` |
183183
| `Struct` | `Struct` |
184+
| `Variant` | `Struct` |
184185
| `Map` | `Map` |
185186

186187
## Limitations

website/versioned_docs/version-1.10.x/components/data-connectors/delta-lake.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ The table below shows the Delta Lake data types supported, along with the type m
179179
| `Decimal` | `Decimal128` |
180180
| `Array` | `List` |
181181
| `Struct` | `Struct` |
182+
| `Variant` | `Struct` |
182183
| `Map` | `Map` |
183184

184185
## Limitations

website/versioned_docs/version-1.11.x/components/data-connectors/delta-lake.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ The table below shows the Delta Lake data types supported, along with the type m
179179
| `Decimal` | `Decimal128` |
180180
| `Array` | `List` |
181181
| `Struct` | `Struct` |
182+
| `Variant` | `Struct` |
182183
| `Map` | `Map` |
183184

184185
## Limitations

0 commit comments

Comments
 (0)