Hi, 
i'm using Spark 1.4.1.
Here is de printSchema after load my json file:

root
 |-- result: struct (nullable = true)
 |    |-- negative_votes: long (nullable = true)
 |    |-- players: array (nullable = true)
 |    |    |    |-- account_id: long (nullable = true)
 |    |    |    |-- assists: long (nullable = true)
 |    |    |    |-- deaths: long (nullable = true)
 |    |    |    |-- denies: long (nullable = true)
 |    |-- positive_votes: long (nullable = true)
 |    |-- radiant_captain: long (nullable = true)
 |    |-- radiant_win: boolean (nullable = true)

Why is not possible to do:


There is an alternative for this work?



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/SparkSQL-without-access-to-arrays-tp24572.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to