Hi, I am wondering if there is any way to create a Row in SparkSQL 1.2 in Java by using an List? It looks like
ArrayList<Object> something; Row.create(something) will create a row with single column (and the single column contains the array) Best, Wenlei