You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (Jira)" <ji...@apache.org> on 2019/09/03 17:40:01 UTC

[jira] [Resolved] (SPARK-28956) Make it tighter

     [ https://issues.apache.org/jira/browse/SPARK-28956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Owen resolved SPARK-28956.
-------------------------------
    Resolution: Invalid

Please see comments on PR and review https://spark.apache.org/contributing.html first.

> Make it tighter
> ---------------
>
>                 Key: SPARK-28956
>                 URL: https://issues.apache.org/jira/browse/SPARK-28956
>             Project: Spark
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 3.0.0
>            Reporter: daile
>            Priority: Minor
>
> {code:java}
> //代码占位符
> private def numStd(s: Double): Double = {
>   // TODO: Make it tighter.
>   if (s < 6.0) {
>     12.0
>   } else if (s < 16.0) {
>     9.0
>   } else {
>     6.0
>   }
> }{code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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