Commit 016fab9
authored
Core: make sure to enable extension type support in Parquet
The `datafusion` crate depends on `arrow-schema/canonical_extension_types` but not on `parquet/arrow_canonical_extension_types`
It might lead to e.g. the Parquet Uuid data type not being used even if the Arrow canonical extension type is used1 parent 8b412de commit 016fab9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
0 commit comments