karenfeng opened a new pull request, #36639: URL: https://github.com/apache/spark/pull/36639
### What changes were proposed in this pull request? Error messages in the JSON file should not contain newline characters; newlines are delineated as different elements in the array. This PR checks that newline characters do not exist, and improves the formatting of the JSON file so that each array element is on a new line. ### Why are the changes needed? Improves readability of the error message JSON file. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? UTs -- 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]
