You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is what tripped up #498, as well as what #646 is hitting. This hit some issues around union data types that have been discussed in geoarrow/geoarrow#43 (comment)
The text was updated successfully, but these errors were encountered:
### Change list
- Fix DataType creation to match the spec, with hard-coded type ids.
- Don't include geoarrow metadata on underlying arrays when exporting to
arrow-rs. Only include geoarrow metadata on top-level
`geoarrow.geometry` array
- We no longer need a `map` attribute in the struct because the ordering
of the fields is guaranteed by the spec now.
- Don't store underlying arrays under an `Option`
Closes#717, closes#714
Unblocks #646
Progress towards #679
This is what tripped up #498, as well as what #646 is hitting. This hit some issues around union data types that have been discussed in geoarrow/geoarrow#43 (comment)
The text was updated successfully, but these errors were encountered: