I have a need to convert a MapArray type into a StructArray with separate elements for keys and values. I tried to extract the array from the table by column and use the corresponding chenks. What I ended up with are two arrays that are larger than the number of records in the table, so I can not replace the field.
Is there a way to do this, short of iterating over each MapArray element one by one? -- Partha Dutta [email protected]
