[GitHub] spark pull request #23062: [SPARK-8288][SQL] ScalaReflection can use compani...

2018-11-19 Thread drewrobb
Github user drewrobb commented on a diff in the pull request: https://github.com/apache/spark/pull/23062#discussion_r234861629 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/ScalaReflectionSuite.scala --- @@ -109,6 +109,35 @@ object TestingUDT

[GitHub] spark pull request #23062: [SPARK-8288][SQL] ScalaReflection can use compani...

2018-11-19 Thread drewrobb
Github user drewrobb commented on a diff in the pull request: https://github.com/apache/spark/pull/23062#discussion_r234854202 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/ScalaReflection.scala --- @@ -788,12 +788,37 @@ object ScalaReflection extends

[GitHub] spark pull request #23062: [SPARK-8288][SQL] ScalaReflection can use compani...

2018-11-19 Thread drewrobb
Github user drewrobb commented on a diff in the pull request: https://github.com/apache/spark/pull/23062#discussion_r234853788 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/ScalaReflectionSuite.scala --- @@ -109,6 +109,35 @@ object TestingUDT

[GitHub] spark pull request #23062: [SPARK-8288][SQL] ScalaReflection can use compani...

2018-11-19 Thread drewrobb
Github user drewrobb commented on a diff in the pull request: https://github.com/apache/spark/pull/23062#discussion_r234844435 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/ScalaReflectionSuite.scala --- @@ -109,6 +109,64 @@ object TestingUDT

[GitHub] spark pull request #23062: [SPARK-8288][SQL] ScalaReflection can use compani...

2018-11-19 Thread drewrobb
Github user drewrobb commented on a diff in the pull request: https://github.com/apache/spark/pull/23062#discussion_r234844425 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/ScalaReflectionSuite.scala --- @@ -109,6 +109,64 @@ object TestingUDT

[GitHub] spark pull request #23062: [SPARK-8288][SQL] ScalaReflection can use compani...

2018-11-19 Thread drewrobb
Github user drewrobb commented on a diff in the pull request: https://github.com/apache/spark/pull/23062#discussion_r234844322 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/objects/objects.scala --- @@ -462,12 +462,12 @@ case class NewInstance

[GitHub] spark pull request #23062: [SPARK-8288][SQL] ScalaReflection can use compani...

2018-11-19 Thread drewrobb
Github user drewrobb commented on a diff in the pull request: https://github.com/apache/spark/pull/23062#discussion_r234844315 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/ScalaReflection.scala --- @@ -973,8 +998,19 @@ trait ScalaReflection extends Logging

[GitHub] spark pull request #23062: [SPARK-8288][SQL] ScalaReflection can use compani...

2018-11-19 Thread drewrobb
Github user drewrobb commented on a diff in the pull request: https://github.com/apache/spark/pull/23062#discussion_r234844306 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/ScalaReflection.scala --- @@ -788,12 +788,37 @@ object ScalaReflection extends

[GitHub] spark pull request #23062: [SPARK-8288][SQL] ScalaReflection can use compani...

2018-11-19 Thread drewrobb
Github user drewrobb commented on a diff in the pull request: https://github.com/apache/spark/pull/23062#discussion_r234834427 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/ScalaReflection.scala --- @@ -788,12 +788,37 @@ object ScalaReflection extends

[GitHub] spark pull request #23062: [SPARK-8288][SQL] ScalaReflection can use compani...

2018-11-19 Thread drewrobb
Github user drewrobb commented on a diff in the pull request: https://github.com/apache/spark/pull/23062#discussion_r234834125 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/ScalaReflection.scala --- @@ -788,12 +788,37 @@ object ScalaReflection extends

[GitHub] spark issue #23062: [SPARK-8288][SQL] ScalaReflection can use companion obje...

2018-11-19 Thread drewrobb
Github user drewrobb commented on the issue: https://github.com/apache/spark/pull/23062 Thanks much for the prompt feedback. PTAL at changes. I had to modify the ScroogeLikeExample class to make the additional DatasetSuite test work-- my prior example had removed methods from

[GitHub] spark pull request #23062: [SPARK-8288][SQL] ScalaReflection can use compani...

2018-11-19 Thread drewrobb
Github user drewrobb commented on a diff in the pull request: https://github.com/apache/spark/pull/23062#discussion_r234828814 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/ScalaReflection.scala --- @@ -788,12 +788,37 @@ object ScalaReflection extends

[GitHub] spark pull request #23062: [SPARK-8288][SQL] ScalaReflection can use compani...

2018-11-19 Thread drewrobb
Github user drewrobb commented on a diff in the pull request: https://github.com/apache/spark/pull/23062#discussion_r234828642 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/ScalaReflection.scala --- @@ -788,12 +788,37 @@ object ScalaReflection extends

[GitHub] spark pull request #23062: [SPARK-8288][SQL] ScalaReflection can use compani...

2018-11-19 Thread drewrobb
Github user drewrobb commented on a diff in the pull request: https://github.com/apache/spark/pull/23062#discussion_r234828661 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/ScalaReflection.scala --- @@ -788,12 +788,37 @@ object ScalaReflection extends

[GitHub] spark pull request #23062: [SPARK-8288][SQL] ScalaReflection can use compani...

2018-11-19 Thread drewrobb
Github user drewrobb commented on a diff in the pull request: https://github.com/apache/spark/pull/23062#discussion_r234828613 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/ObjectExpressionsSuite.scala --- @@ -410,6 +410,16 @@ class

[GitHub] spark pull request #23062: [SPARK-8288][SQL] ScalaReflection can use compani...

2018-11-16 Thread drewrobb
GitHub user drewrobb opened a pull request: https://github.com/apache/spark/pull/23062 [SPARK-8288][SQL] ScalaReflection can use companion object constructor ## What changes were proposed in this pull request? This change fixes a particular scenario where default spark SQL

[GitHub] spark issue #18766: [SPARK-8288][SQL] ScalaReflection can use companion obje...

2017-07-31 Thread drewrobb
Github user drewrobb commented on the issue: https://github.com/apache/spark/pull/18766 fyi @liancheng this was entirely your suggested fix --- 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

[GitHub] spark pull request #18766: [SPARK-8288][SQL] ScalaReflection can use compani...

2017-07-28 Thread drewrobb
GitHub user drewrobb opened a pull request: https://github.com/apache/spark/pull/18766 [SPARK-8288][SQL] ScalaReflection can use companion object constructor ## What changes were proposed in this pull request? This change fixes a particular scenario where default spark SQL

[GitHub] spark issue #15526: [SPARK-17986] [ML] SQLTransformer should remove temporar...

2016-10-18 Thread drewrobb
Github user drewrobb commented on the issue: https://github.com/apache/spark/pull/15526 @yanboliang would you be able to review this patch? --- 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

[GitHub] spark pull request #15526: [SPARK-17986] [ML] SQLTransformer should remove t...

2016-10-17 Thread drewrobb
GitHub user drewrobb opened a pull request: https://github.com/apache/spark/pull/15526 [SPARK-17986] [ML] SQLTransformer should remove temporary tables ## What changes were proposed in this pull request? A call to the method `SQLTransformer.transform` previously would