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

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

daile created SPARK-28956:
-----------------------------

             Summary: 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


{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