[jira] [Commented] (SPARK-24362) SUM function precision issue

2018-06-24 Thread Evelyn Bayes (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-24362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16521837#comment-16521837 ] Evelyn Bayes commented on SPARK-24362: -- You only get this issue if you cast to Double and this is

[jira] [Commented] (SPARK-24362) SUM function precision issue

2018-06-24 Thread Evelyn Bayes (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-24362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16521831#comment-16521831 ] Evelyn Bayes commented on SPARK-24362: -- Yeah this has to do with the precision problems of the

[jira] [Commented] (SPARK-24362) SUM function precision issue

2018-06-24 Thread Evelyn Bayes (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-24362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16521795#comment-16521795 ] Evelyn Bayes commented on SPARK-24362: -- It's related to the use of double: {code:java}

[jira] [Commented] (SPARK-24362) SUM function precision issue

2018-05-23 Thread Yuming Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-24362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16488464#comment-16488464 ] Yuming Wang commented on SPARK-24362: - *{{SortMergeJoin}}* vs *{{BroadcastHashJoin}}*: {code}