[GitHub] spark pull request #15995: [SPARK-18566][SQL] remove OverwriteOptions

2016-12-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15995 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #15995: [SPARK-18566][SQL] remove OverwriteOptions

2016-12-12 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/15995#discussion_r92099484 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceStrategy.scala --- @@ -128,61 +128,69 @@ case class

[GitHub] spark pull request #15995: [SPARK-18566][SQL] remove OverwriteOptions

2016-12-12 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/15995#discussion_r92099139 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceStrategy.scala --- @@ -128,61 +128,69 @@ case class

[GitHub] spark pull request #15995: [SPARK-18566][SQL] remove OverwriteOptions

2016-12-12 Thread ericl
Github user ericl commented on a diff in the pull request: https://github.com/apache/spark/pull/15995#discussion_r92029569 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceStrategy.scala --- @@ -128,61 +128,69 @@ case class

[GitHub] spark pull request #15995: [SPARK-18566][SQL] remove OverwriteOptions

2016-12-12 Thread ericl
Github user ericl commented on a diff in the pull request: https://github.com/apache/spark/pull/15995#discussion_r92028871 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceStrategy.scala --- @@ -128,61 +128,69 @@ case class

[GitHub] spark pull request #15995: [SPARK-18566][SQL] remove OverwriteOptions

2016-12-12 Thread ericl
Github user ericl commented on a diff in the pull request: https://github.com/apache/spark/pull/15995#discussion_r92028950 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceStrategy.scala --- @@ -128,61 +128,69 @@ case class

[GitHub] spark pull request #15995: [SPARK-18566][SQL] remove OverwriteOptions

2016-12-11 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/15995#discussion_r91855259 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceStrategy.scala --- @@ -192,19 +200,13 @@ case class

[GitHub] spark pull request #15995: [SPARK-18566][SQL] remove OverwriteOptions

2016-11-29 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/15995#discussion_r90182739 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceStrategy.scala --- @@ -129,65 +129,67 @@ case class

[GitHub] spark pull request #15995: [SPARK-18566][SQL] remove OverwriteOptions

2016-11-29 Thread ericl
Github user ericl commented on a diff in the pull request: https://github.com/apache/spark/pull/15995#discussion_r90088361 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceStrategy.scala --- @@ -129,65 +129,67 @@ case class

[GitHub] spark pull request #15995: [SPARK-18566][SQL] remove OverwriteOptions

2016-11-23 Thread cloud-fan
GitHub user cloud-fan opened a pull request: https://github.com/apache/spark/pull/15995 [SPARK-18566][SQL] remove OverwriteOptions ## What changes were proposed in this pull request? `OverwriteOptions` was introduced in https://github.com/apache/spark/pull/15705, to carry