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:
[email protected]


With regards,
Apache Git Services

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

Reply via email to