[
https://issues.apache.org/jira/browse/SPARK-15445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Apache Spark reassigned SPARK-15445:
------------------------------------
Assignee: (was: Apache Spark)
> Build fails for java 1.7 after adding java.math.BigInteger support
> [SPARK-11827][SQL]
> -------------------------------------------------------------------------------------
>
> Key: SPARK-15445
> URL: https://issues.apache.org/jira/browse/SPARK-15445
> Project: Spark
> Issue Type: Bug
> Components: SQL
> Environment: java 1.7
> Reporter: Piotr Milanowski
> Priority: Blocker
>
> Hi,
> I am building branch-2.0. The build fails with this message:
> {code}
> [error]
> spark/sql/catalyst/src/main/scala/org/apache/spark/sql/types/Decimal.scala:137:
> value longValueExact is not a member of java.math.BigInteger
> [error] this.longVal = bigintval.longValueExact()
> [error] ^
> [error] one error found
> {code}
> This seems to be a problem with java versions. In java 1.7 there is no method
> java.math.BigInteger.longValueExact().
> A quick fix is changing longValueExact() to longValue()
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]