Description
The explode() UDTF currently only accepts arrays as input. We should modify it
so that it can also handle map inputs, in which case it will output two columns
corresponding to the key and value fields.
The explode() UDTF currently only accepts arrays as input. We should modify it
so that it can also handle map inputs, in which case it will output two columns
corresponding to the key and value fields.