datafusion
datafusion copied to clipboard
[EPIC] A collection of issues for supporting the `MAP` DataType
Is your feature request related to a problem or challenge?
Arrow contains a MapArray
DataFusion has incomplete support for this type; This ticket tracks adding new fetures.
Please add comments / etc if you file additional tickets related to map and I'll add them to the description
Issues
- [x] https://github.com/apache/datafusion/issues/8262
- [ ] https://github.com/apache/datafusion/issues/6485
- [x] https://github.com/apache/datafusion/issues/11128
- [x] https://github.com/apache/datafusion/issues/11268
- [x] https://github.com/apache/datafusion/issues/11434
- [x] https://github.com/apache/datafusion/issues/11435
- [x] https://github.com/apache/datafusion/issues/11436
- [ ] https://github.com/apache/datafusion/issues/11437
- [x] https://github.com/apache/datafusion/issues/11546
- [ ] https://github.com/sqlparser-rs/sqlparser-rs/pull/1344
- [ ] #12147
- [ ] #12148
I have created the follow-up issues for https://github.com/apache/datafusion/issues/11268:
- [ ] https://github.com/apache/datafusion/issues/11434
- [ ] https://github.com/apache/datafusion/issues/11435
- [ ] https://github.com/apache/datafusion/issues/11436
- [ ] https://github.com/apache/datafusion/issues/11437
I have created the follow-up issues for #11268:
Awesome -- thank you @goldmedal -- I added them to the ticket description too (as I think this then generates back links on the issues themselves to the epic)
I guess it's also related to this epic
- [ ] https://github.com/apache/datafusion/issues/11546
related
- #12147
- #12148
It looks to me like we have completed most of the planned work here and it is no longer active so closing it down to clean up our tickets a bit. Thanks again everyone