[GitHub] spark pull request #17188: [SPARK-19751][SQL] Throw an exception if bean cla...

2017-03-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17188 --- 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 #17188: [SPARK-19751][SQL] Throw an exception if bean cla...

2017-03-15 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/17188#discussion_r106096234 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/JavaTypeInference.scala --- @@ -123,13 +124,41 @@ object JavaTypeInference {

[GitHub] spark pull request #17188: [SPARK-19751][SQL] Throw an exception if bean cla...

2017-03-15 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/17188#discussion_r106095693 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/JavaTypeInference.scala --- @@ -123,13 +124,41 @@ object JavaTypeInference {

[GitHub] spark pull request #17188: [SPARK-19751][SQL] Throw an exception if bean cla...

2017-03-10 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/17188#discussion_r105518286 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/JavaTypeInference.scala --- @@ -123,7 +124,12 @@ object JavaTypeInference {

[GitHub] spark pull request #17188: [SPARK-19751][SQL] Throw an exception if bean cla...

2017-03-10 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/17188#discussion_r105470740 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/JavaTypeInference.scala --- @@ -123,7 +124,12 @@ object JavaTypeInference {

[GitHub] spark pull request #17188: [SPARK-19751][SQL] Throw an exception if bean cla...

2017-03-10 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/17188#discussion_r105383778 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/JavaTypeInference.scala --- @@ -69,7 +69,8 @@ object JavaTypeInference { *

[GitHub] spark pull request #17188: [SPARK-19751][SQL] Throw an exception if bean cla...

2017-03-09 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/17188#discussion_r105343821 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/JavaTypeInference.scala --- @@ -69,7 +69,8 @@ object JavaTypeInference { *

[GitHub] spark pull request #17188: [SPARK-19751][SQL] Throw an exception if bean cla...

2017-03-09 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/17188#discussion_r105342563 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/JavaTypeInference.scala --- @@ -69,7 +69,8 @@ object JavaTypeInference { *

[GitHub] spark pull request #17188: [SPARK-19751][SQL] Throw an exception if bean cla...

2017-03-07 Thread maropu
GitHub user maropu opened a pull request: https://github.com/apache/spark/pull/17188 [SPARK-19751][SQL] Throw an exception if bean class has one's own class in fields ## What changes were proposed in this pull request? The current master throws `StackOverflowError` in