[FEATURE-REQUEST] Support for Map datatype
Currently there is no support for data structures like Map, Lists etc. and an error message is thrown when such files are opened. Can Map datatype be supported?
Can you please share the error message shown? Even if the utility can't display these types I believe it can be changed so that it at least shows the other non Map/List fields.
I'll paste the error message in a bit. So the file can still be loaded by not selecting the field that has Map values when the file is first loaded. I was wondering if support to view Map could be added. I guess it doesn't fit well UI-wise in the current tabular format. but even if we could just build a string out of the Map and show that as column, it would be helpful.
I get this message when I try to open a file containing Map type columns.
Any update on the support for Map Types?
I am also interested in seeing support for logical types. Actually all possible data types...
I would also be interested in support for map types, as well as struct types. Do you think you will support this soon?
Can you share a sample file? That would be very helpful.
There are all kinds of sample files of different nature here https://github.com/apache/parquet-testing/tree/master/data
Just an update: In the newer versions it should be possible to open a file with unsupported field types but the unsupported fields cannot be selected for display in the UI still, for now.
List and Array type supported has been added #37. Hopefully will add MAP some time soon as well.
Still no Map support. Sorry 😞
Non-nested map and list support is available now with v2.7.0
Going to call that a win and close out this issue.
