You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Takeshi Yamamuro (Jira)" <ji...@apache.org> on 2019/12/29 06:04:00 UTC

[jira] [Commented] (SPARK-28324) The LOG function using 10 as the base, but Spark using E

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

Takeshi Yamamuro commented on SPARK-28324:
------------------------------------------

I'll close this based on the discussion above. Thanks, all.

> The LOG function using 10 as the base, but Spark using E
> --------------------------------------------------------
>
>                 Key: SPARK-28324
>                 URL: https://issues.apache.org/jira/browse/SPARK-28324
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 3.0.0
>            Reporter: Yuming Wang
>            Priority: Major
>
> Spark SQL:
> {code:sql}
> spark-sql> select log(10);
> 2.302585092994046
> {code}
> PostgreSQL:
> {code:sql}
> postgres=# select log(10);
>  log
> -----
>    1
> (1 row)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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