MaxGekk commented on issue #25097: [SPARK-28015][SQL] Check stringToDate() consumes entire input for the yyyy and yyyy-[m]m formats URL: https://github.com/apache/spark/pull/25097#issuecomment-510112888 It fails on tests that expect wrong results: ``` SELECT date '1999 Jan 08' -- !query 28 schema struct<DATE '1999-01-01':date> -- !query 28 output 1999-01-01 ``` I will regenerate expected results.
---------------------------------------------------------------- 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]
