Commit c45175b
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
- version-1.10.x/components/data-connectors
- version-1.11.x/components/data-connectors
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
184 | 185 | | |
185 | 186 | | |
186 | 187 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| 182 | + | |
182 | 183 | | |
183 | 184 | | |
184 | 185 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| 182 | + | |
182 | 183 | | |
183 | 184 | | |
184 | 185 | | |
| |||
0 commit comments