[GitHub] spark pull request #14044: [SPARK-16360][SQL] Speed up SQL query performance...

2016-07-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/14044 --- 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 #14044: [SPARK-16360][SQL] Speed up SQL query performance...

2016-07-04 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/14044#discussion_r69503621 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala --- @@ -62,7 +62,7 @@ private[sql] object Dataset { def

[GitHub] spark pull request #14044: [SPARK-16360][SQL] Speed up SQL query performance...

2016-07-04 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/14044#discussion_r69502213 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala --- @@ -62,7 +62,7 @@ private[sql] object Dataset { def

[GitHub] spark pull request #14044: [SPARK-16360][SQL] Speed up SQL query performance...

2016-07-04 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/14044#discussion_r69498744 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala --- @@ -62,7 +62,7 @@ private[sql] object Dataset { def ofRows(sparkSession:

[GitHub] spark pull request #14044: [SPARK-16360][SQL] Speed up SQL query performance...

2016-07-04 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/14044#discussion_r69498260 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala --- @@ -62,7 +62,7 @@ private[sql] object Dataset { def ofRows(sparkSession:

[GitHub] spark pull request #14044: [SPARK-16360][SQL] Speed up SQL query performance...

2016-07-04 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/14044#discussion_r69481251 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala --- @@ -62,7 +62,7 @@ private[sql] object Dataset { def

[GitHub] spark pull request #14044: [SPARK-16360][SQL] Speed up SQL query performance...

2016-07-04 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/14044#discussion_r69467305 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala --- @@ -62,7 +62,7 @@ private[sql] object Dataset { def ofRows(sparkSession:

[GitHub] spark pull request #14044: [SPARK-16360][SQL] Speed up SQL query performance...

2016-07-04 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/14044#discussion_r69418538 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala --- @@ -62,7 +62,7 @@ private[sql] object Dataset { def

[GitHub] spark pull request #14044: [SPARK-16360][SQL] Speed up SQL query performance...

2016-07-04 Thread dongjoon-hyun
GitHub user dongjoon-hyun opened a pull request: https://github.com/apache/spark/pull/14044 [SPARK-16360][SQL] Speed up SQL query performance by removing redundant analysis in `Dataset` ## What changes were proposed in this pull request? Currently, there are a few reports