[
https://issues.apache.org/jira/browse/PHOENIX-2985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15327677#comment-15327677
]
Hadoop QA commented on PHOENIX-2985:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12809869/PHOENIX-2985.patch
against master branch at commit 1af51ed81414d4f1bbea9e0fe6a5dd2fb017edf7.
ATTACHMENT ID: 12809869
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+0 tests included{color}. The patch appears to be a
documentation, build,
or dev patch that doesn't require tests.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:red}-1 javadoc{color}. The javadoc tool appears to have generated
30 warning messages.
{color:red}-1 release audit{color}. The applied patch generated 7 release
audit warnings (more than the master's current 0 warnings).
{color:green}+1 lineLengths{color}. The patch does not introduce lines
longer than 100
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/395//testReport/
Release audit warnings:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/395//artifact/patchprocess/patchReleaseAuditWarnings.txt
Javadoc warnings:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/395//artifact/patchprocess/patchJavadocWarnings.txt
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/395//console
This message is automatically generated.
> Phoenix-Spark IT for non-existent column fails on Apache Spark 1.6
> ------------------------------------------------------------------
>
> Key: PHOENIX-2985
> URL: https://issues.apache.org/jira/browse/PHOENIX-2985
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.7.0, 4.8.0
> Reporter: Sean Busbey
> Assignee: Josh Mahonin
> Fix For: 4.8.0
>
> Attachments: PHOENIX-2985.patch
>
>
> I tried rerunning the test suite with Apache Spark updated to their latest
> stable release line (1.6.1) and the ITs for our phoenix-spark integration
> fails.
> {code}
> - Using a predicate referring to a non-existent column should fail *** FAILED
> ***
> org.apache.spark.sql.catalyst.errors.package$TreeNodeException: execute,
> tree:
> TungstenExchange SinglePartition, None
> +- TungstenAggregate(key=[],
> functions=[(count(1),mode=Partial,isDistinct=false)], output=[count#27L])
> +- Project
> +- Scan ExistingRDD[id#22L,col1#23]
> was not an instance of org.apache.phoenix.schema.ColumnNotFoundException,
> but an instance of
> org.apache.spark.sql.catalyst.errors.package$TreeNodeException
> (PhoenixSparkIT.scala:191)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)