Hi,

I am wondering if there is any way to create a Row in SparkSQL in Java by using an List? It looks likeĀ 

Row.create(ArrayList)

will create a row with single column (and the single column contains the array)

Best,
Wenlei