Re: Schema evolution in tables

2017-01-13 Thread sim
/jira/browse/SPARK-18727 -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Schema-evolution-in-tables-tp23999p28305.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Re: Schema evolution in tables

2015-08-03 Thread Brandon White
3a05 > requires that the query in the SELECT clause of the INSERT INTO/OVERWRITE > statement generates the same number of columns as its schema. > > What is the Spark SQL idiom for appending data to a table while managing > schema evolution? > ---------- >

Schema evolution in tables

2015-07-26 Thread sim
schema. What is the Spark SQL idiom for appending data to a table while managing schema evolution? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Schema-evolution-in-tables-tp23999.html Sent from the Apache Spark User List mailing list archive at Nabble.com.