datafusion icon indicating copy to clipboard operation
datafusion copied to clipboard

Support Map as a ScalarValue

Open Blizzara opened this issue 8 months ago • 4 comments

Is your feature request related to a problem or challenge?

ScalarValue does not currently support Maps, see e.g. https://github.com/apache/datafusion/issues/8262#issuecomment-1852700799.

https://github.com/apache/datafusion/issues/6485 is probably related as well, though I'm not 100% sure

I ran into this when looking to implement Substrait -> DF conversion for MapType

Describe the solution you'd like

Implement ScalarValue::Map and all the related functionality

Describe alternatives you've considered

No response

Additional context

No response

Blizzara avatar Jun 26 '24 12:06 Blizzara