How to access Map array by field #7851
-
I have a MapArray column that I am reading from a parquet table. I am trying to access particular key/value pairs in that map. I was attempting this SQL expression
The parquet file was generated using a MapBuilder from arrow so the type should be correct. How can I query the keys in a Map array? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I believe this was fixed yesterday by @swgillespie in #7825 It should be included in the datafusion-34.0.0 release |
Beta Was this translation helpful? Give feedback.
I believe this was fixed yesterday by @swgillespie in #7825
It should be included in the datafusion-34.0.0 release