Sergey Soldatov created BIGTOP-2115:
---------------------------------------
Summary: phoenix is broken after BIGTOP-2104
Key: BIGTOP-2115
URL: https://issues.apache.org/jira/browse/BIGTOP-2115
Project: Bigtop
Issue Type: Bug
Components: build
Reporter: Sergey Soldatov
Priority: Critical
phoenix build failed after BIGTOP-2104:
[ERROR]
/ws/output/phoenix/phoenix-4.4.0/phoenix-spark/src/main/scala/org/apache/phoenix/spark/PhoenixRDD.scala:148:
error: type mismatch;
[ERROR] found : Unit
[ERROR] required: org.apache.spark.sql.types.DataType
[ERROR] case t if t.isInstanceOf[PDecimal] => DecimalType(None)
[ERROR] ^
[ERROR]
/ws/output/phoenix/phoenix-4.4.0/phoenix-spark/src/main/scala/org/apache/phoenix/spark/PhoenixRDD.scala:163:
error: type mismatch;
[ERROR] found : Unit
[ERROR] required: org.apache.spark.sql.types.DataType
[ERROR] case t if t.isInstanceOf[PDecimalArray]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)