[GitHub] spark pull request #16427: [SPARK-19012][SQL] Fix `createTempViewCommand` to...

2016-12-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16427 --- 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 #16427: [SPARK-19012][SQL] Fix `createTempViewCommand` to...

2016-12-28 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/16427#discussion_r94094190 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala --- @@ -2585,9 +2586,12 @@ class Dataset[T] private[sql]( * Creates a

[GitHub] spark pull request #16427: [SPARK-19012][SQL] Fix `createTempViewCommand` to...

2016-12-28 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/16427#discussion_r94093910 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala --- @@ -2585,9 +2586,12 @@ class Dataset[T] private[sql]( * Creates a

[GitHub] spark pull request #16427: [SPARK-19012][SQL] Fix `createTempViewCommand` to...

2016-12-28 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/16427#discussion_r94093538 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala --- @@ -2585,9 +2586,12 @@ class Dataset[T] private[sql]( * Creates a local

[GitHub] spark pull request #16427: [SPARK-19012][SQL] Fix `createTempViewCommand` to...

2016-12-28 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/16427#discussion_r94093354 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala --- @@ -2585,9 +2586,12 @@ class Dataset[T] private[sql]( * Creates a

[GitHub] spark pull request #16427: [SPARK-19012][SQL] Fix `createTempViewCommand` to...

2016-12-28 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/16427#discussion_r94093403 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala --- @@ -1518,14 +1518,16 @@ class DataFrameSuite extends QueryTest with

[GitHub] spark pull request #16427: [SPARK-19012][SQL] Fix `createTempViewCommand` to...

2016-12-28 Thread dongjoon-hyun
GitHub user dongjoon-hyun opened a pull request: https://github.com/apache/spark/pull/16427 [SPARK-19012][SQL] Fix `createTempViewCommand` to throw AnalysisException instead of ParseException ## What changes were proposed in this pull request? Currently, `createTempView`,