[
https://issues.apache.org/jira/browse/PHOENIX-2985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15327756#comment-15327756
]
Hudson commented on PHOENIX-2985:
---------------------------------
SUCCESS: Integrated in Phoenix-master #1258 (See
[https://builds.apache.org/job/Phoenix-master/1258/])
PHOENIX-2985 Phoenix-Spark IT for non-existent column fails on Spark 1.6
(jmahonin: rev 45d90b13545b36c4ff47a7db1ffc736ce224bed8)
* phoenix-spark/src/it/scala/org/apache/phoenix/spark/PhoenixSparkIT.scala
* pom.xml
> 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)