[ 
https://issues.apache.org/jira/browse/SPARK-10215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14710696#comment-14710696
 ] 

Davies Liu commented on SPARK-10215:
------------------------------------

I think we have not enough time to figure out the right solution for 1.5 
release, I'd like to target this for 1.6, dose this work for you? Or does this 
break any real use case?

> Div of Decimal returns null
> ---------------------------
>
>                 Key: SPARK-10215
>                 URL: https://issues.apache.org/jira/browse/SPARK-10215
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Cheng Hao
>            Priority: Blocker
>
> {code}
> val d = Decimal(1.12321)
> val df = Seq((d, 1)).toDF("a", "b")
> df.selectExpr("b * a / b").collect() => Array(Row(null))
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to