srielau commented on code in PR #43412: URL: https://github.com/apache/spark/pull/43412#discussion_r1362982259
########## common/utils/src/main/resources/error/README.md: ########## @@ -79,7 +81,10 @@ An uncategorized errors can be assigned to a legacy error class with the prefix ### Message Error messages provide a descriptive, human-readable representation of the error. -The message format accepts string parameters via the C-style printf syntax. +The message format accepts string parameters via the HTML tag syntax: e.g. <relationName>. + +The values passed to the message shoudl not themselves be messages. Review Comment: ```suggestion The values passed to the message should not themselves be messages. ``` -- 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]
