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

daile updated SPARK-28956:
--------------------------
    Priority: Minor  (was: Major)

> 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to