Github user sergey-rubtsov commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21363#discussion_r189583023
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/csv/CSVInferSchema.scala
 ---
    @@ -90,6 +90,7 @@ private[csv] object CSVInferSchema {
               // DecimalTypes have different precisions and scales, so we try 
to find the common type.
               findTightestCommonType(typeSoFar, tryParseDecimal(field, 
options)).getOrElse(StringType)
             case DoubleType => tryParseDouble(field, options)
    +        case DateType => tryParseDate(field, options)
    --- End diff --
    
    I can do it, but where exactly it should be documented?


---

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

Reply via email to