Uh oh!
There was an error while loading. Please reload this page.
[SPARK-12932] [Java API] improved error message for java type inference failure - #10865
[SPARK-12932] [Java API] improved error message for java type inference failure#10865andygrove wants to merge 3 commits into
Conversation
srowen
commented
Jan 21, 2016
(Link this to your JIRA -- see guidance here first for how to open a PR: https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark ) |
SparkQA
commented
Jan 21, 2016
Test build #2432 has finished for PR 10865 at commit
|
rxin
commented
Jan 22, 2016
cc @cloud-fan |
There was a problem hiding this comment.
this needs to be less than 100 chars wide to fit spark's style guide
There was a problem hiding this comment.
Thanks. I have pushed a fix.
On Thu, Jan 21, 2016 at 8:12 PM, Reynold Xin notifications@github.com
wrote:
In
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/JavaTypeInference.scala
#10865 (comment):@@ -406,7 +406,7 @@ object JavaTypeInference {
expressions.Literal(fieldName) :: extractorFor(fieldValue, fieldType) :: Nil
})
} else {
throw new UnsupportedOperationException(s"no encoder found for ${other.getName}")throw new UnsupportedOperationException(s"Cannot infer type for Java class ${other.getName} because it is not bean-compliant")this needs to be less than 100 chars wide to fit spark's style guide
—
Reply to this email directly or view it on GitHub
https://github.com/apache/spark/pull/10865/files#r50498058.
cloud-fan
commented
Jan 22, 2016
LGTM |
SparkQA
commented
Jan 22, 2016
Test build #2436 has finished for PR 10865 at commit
|
SparkQA
commented
Jan 22, 2016
Test build #2440 has finished for PR 10865 at commit
|
SparkQA
commented
Jan 22, 2016
Test build #2441 has finished for PR 10865 at commit
|
SparkQA
commented
Jan 22, 2016
Test build #2442 has finished for PR 10865 at commit
|
rxin
commented
Jan 23, 2016
Looks like there are some test failures? |
SparkQA
commented
Jan 23, 2016
Test build #2444 has finished for PR 10865 at commit
|
srowen
commented
Jan 23, 2016
Yeah, these are consistent test failures but they're not due to this change. |
cloud-fan
commented
Jan 23, 2016
looks like it's related to the jenkins machine that run this test? |
JoshRosen
commented
Jan 25, 2016
Jenkins, retest this please. |
SparkQA
commented
Jan 25, 2016
Test build #49980 has finished for PR 10865 at commit
|
srowen
commented
Jan 25, 2016
Merged to master/1.6 |
…e failure Author: Andy Grove <andygrove73@gmail.com> Closes#10865 from andygrove/SPARK-12932. (cherry picked from commit d8e4805) Signed-off-by: Sean Owen <sowen@cloudera.com>
No description provided.