Re: dataframe row list question

2016-08-12 Thread ayan guha
You can use dot notations. select myList.vList from t where myList.nm=IP' On Fri, Aug 12, 2016 at 9:11 AM, vr spark wrote: > Hi Experts, > Please suggest > > On Thu, Aug 11, 2016 at 7:54 AM, vr spark wrote: > >> >> I have data which is json in this

Re: dataframe row list question

2016-08-12 Thread vr spark
Hi Experts, Please suggest On Thu, Aug 11, 2016 at 7:54 AM, vr spark wrote: > > I have data which is json in this format > > myList: array > |||-- elem: struct > ||||-- nm: string (nullable = true) > ||||-- vList: array (nullable =

dataframe row list question

2016-08-11 Thread vr spark
I have data which is json in this format myList: array |||-- elem: struct ||||-- nm: string (nullable = true) ||||-- vList: array (nullable = true) |||||-- element: string (containsNull = true) from my kafka stream, i created a dataframe