I have a hive column value stored as string
[[1,2],[3,4,8],[5,6,7,9]]
I need to find out the length of each inner array. How should i go about it