[jira] [Commented] (SPARK-18727) Support schema evolution as new files are inserted into table

2017-09-21 Thread Serge Smertin (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16174660#comment-16174660 ] Serge Smertin commented on SPARK-18727: --- in one of the use-cases for project in [#comment-15987668]

[jira] [Commented] (SPARK-18727) Support schema evolution as new files are inserted into table

2017-04-27 Thread Xin Wu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15987976#comment-15987976 ] Xin Wu commented on SPARK-18727: Thanks! > Support schema evolution as new files are inserted into

[jira] [Commented] (SPARK-18727) Support schema evolution as new files are inserted into table

2017-04-27 Thread Eric Liang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15987966#comment-15987966 ] Eric Liang commented on SPARK-18727: +1 for supporting ALTER TABLE REPLACE COLUMNS > Support schema

[jira] [Commented] (SPARK-18727) Support schema evolution as new files are inserted into table

2017-04-27 Thread Xin Wu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15987939#comment-15987939 ] Xin Wu commented on SPARK-18727: [~ekhliang] I see. I will try to support ALTER TABLE SCHEMA. Also this

[jira] [Commented] (SPARK-18727) Support schema evolution as new files are inserted into table

2017-04-27 Thread Xiao Li (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15987929#comment-15987929 ] Xiao Li commented on SPARK-18727: - The idea of [~ekhliang] sounds good to me. > Support schema

[jira] [Commented] (SPARK-18727) Support schema evolution as new files are inserted into table

2017-04-27 Thread Xin Wu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15987874#comment-15987874 ] Xin Wu commented on SPARK-18727: [~ekhliang] First of all, i am not sure whether it is wise to introduce

[jira] [Commented] (SPARK-18727) Support schema evolution as new files are inserted into table

2017-04-27 Thread Xin Wu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15987830#comment-15987830 ] Xin Wu commented on SPARK-18727: [~simeons] You are right.. My PR does not include the feature that

[jira] [Commented] (SPARK-18727) Support schema evolution as new files are inserted into table

2017-04-27 Thread Simeon Simeonov (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15987668#comment-15987668 ] Simeon Simeonov commented on SPARK-18727: - [~xwu0226] The merged PR handles the use case of new

[jira] [Commented] (SPARK-18727) Support schema evolution as new files are inserted into table

2017-04-27 Thread Xin Wu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15987642#comment-15987642 ] Xin Wu commented on SPARK-18727: FYI. I have https://github.com/apache/spark/pull/16626 for ALTER TABLE

[jira] [Commented] (SPARK-18727) Support schema evolution as new files are inserted into table

2017-01-10 Thread Simeon Simeonov (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15816538#comment-15816538 ] Simeon Simeonov commented on SPARK-18727: - [~xwu0226] A common use case is adding a new field in

[jira] [Commented] (SPARK-18727) Support schema evolution as new files are inserted into table

2016-12-07 Thread Xin Wu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15729696#comment-15729696 ] Xin Wu commented on SPARK-18727: I am currently working on ALTER TABLE ADD COLUMNS, to tables with