This is a tracking issue for work adding support for the Variant type to the vortex-datafusion crate.
Steps
- Apache DataFusion support is currently developed in the
datafusion-variant repo, while it stabilizes and develops we can integrate it with our own implementation.
Unresolved questions
At this point in time, its unclear to me when or how will this effort be merged into the upstream datafusion repo (see issue below).
There are also ongoing efforts to improve DataFusion's support for all canonical Arrow extensions types, which will make this feature easier.
Relevant issues
Some relevant issues from other repos:
This is a tracking issue for work adding support for the Variant type to the
vortex-datafusioncrate.Steps
datafusion-variantrepo, while it stabilizes and develops we can integrate it with our own implementation.Unresolved questions
At this point in time, its unclear to me when or how will this effort be merged into the upstream
datafusionrepo (see issue below).There are also ongoing efforts to improve DataFusion's support for all canonical Arrow extensions types, which will make this feature easier.
Relevant issues
Some relevant issues from other repos:
variant_get_array: Initial implementation datafusion-contrib/datafusion-variant#39variant_get_array: Initial implementation datafusion-contrib/datafusion-variant#39