You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/03/04 22:51:49 UTC

[GitHub] [spark] manoranjanmix opened a new pull request #23966: [SPARK-25517] fixes for auto inferring date columns as date instead of string

manoranjanmix opened a new pull request #23966: [SPARK-25517] fixes for auto inferring date columns as date instead of string
URL: https://github.com/apache/spark/pull/23966
 
 
   This working patch is for [SPARK-25517][SQL] which is about auto inferring date type from the csv dataset while loading the csv dataset into a dataframe, as per the current behavior it reads date column as string type which is wrong it should read as date. however auto-inferring schema for timestamp column is perfectly working fine
   
   ## What changes were proposed in this pull request?
   
   Modified a single file CSVInferSchema.scala and made changes in the corresponding Suite i.e. CSVInferSchemaSuite and run this suite and it's working perfectly now,
   
   ## How was this patch tested?
   
   Performed unit testing using the suite CSVInferSchemaSuite.scala

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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