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

Sean Owen updated SPARK-20316:
------------------------------
    Priority: Trivial  (was: Major)

This is not worth fixing alone. Either try to fix all such instances or close it
http://spark.apache.org/contributing.html

> In SparkSQLCLIDriver, val and var should strictly follow the Scala syntax
> -------------------------------------------------------------------------
>
>                 Key: SPARK-20316
>                 URL: https://issues.apache.org/jira/browse/SPARK-20316
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.1.0
>         Environment: Spark2.1.0
>            Reporter: Xiaochen Ouyang
>            Priority: Trivial
>
> In SparkSQLCLIDriver, val and var should strictly follow the Scala syntax.
>   private var prompt = "spark-sql"
>   private var continuedPrompt = "".padTo(prompt.length, ' ')
> if there is no place to change the variable.We should use 'val' to modify the 
> variable,otherwise 'var'.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to