How to paste string and int from map to an array in hive?
I am trying to paste a string
and int
from map
in Hive
to an array
.
For now, record looks like this:
{"string1":1,"string2":1,"string3":15}
Is there a way to convert it to an array like this:
["string1:1","string2:1","string3:15"]
Topic hive
Category Data Science