LuciferYang commented on code in PR #45958:
URL: https://github.com/apache/spark/pull/45958#discussion_r1557706771
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/csv/CSVHeaderChecker.scala:
##########
@@ -75,22 +75,24 @@ class CSVHeaderChecker(
// scalastyle:on caselocale
}
if (nameInHeader != nameInSchema) {
+ // scalastyle:off line.size.limit
errorMessage = Some(
Review Comment:
It seems that only the message content of the assertion has changed. Would
it be more appropriate to directly fix the corresponding test case?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]