MaxGekk commented on a change in pull request #24757: [SPARK-27873][SQL] columnNameOfCorruptRecord should not be checked with column names in CSV header when disabling enforceSchema URL: https://github.com/apache/spark/pull/24757#discussion_r289439017
########## File path: sql/core/src/test/resources/test-data/value-malformed-with-header.csv ########## @@ -0,0 +1,3 @@ +a,b +0,2013-111-11 12:13:14 Review comment: Is the value wrong because of wrong month (111) or wrong type (timestamp)? Can we make the example smaller. ---------------------------------------------------------------- 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]
