Github user HyukjinKwon commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22979#discussion_r232486599
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/csv/UnivocityParser.scala
 ---
    @@ -104,6 +105,12 @@ class UnivocityParser(
         requiredSchema.map(f => makeConverter(f.name, f.dataType, f.nullable, 
options)).toArray
       }
     
    +  private val decimalParser = {
    +    val df = new DecimalFormat("", new 
DecimalFormatSymbols(options.locale))
    --- End diff --
    
    not a big deal but I would just name it `decimalFormat`


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to