Hisoka-X commented on code in PR #41865: URL: https://github.com/apache/spark/pull/41865#discussion_r1253887241
########## docs/sql-error-conditions-invalid-format-error-class.md: ########## @@ -55,7 +55,7 @@ Thousands separators (, or G) may not appear after the decimal point in the numb ## UNEXPECTED_TOKEN -Found the unexpected `<token>` in the format string; the structure of the format string must match: `[MI|S]` `[$]` `[0|9|G|,]*` `[.|D]` `[0|9]*` `[$]` `[PR|MI|S]`. +Found the unexpected `<token>` in the format string; the structure of the format string must match: [MI|S] [$] [0|9|G|,]* [.|D] [0|9]* [$] [PR|MI|S]. Review Comment: This one a little special, can I add "\`" quote in `error-classes.json` to make sure `[MI|S]` has \`[MI|S]\`? -- 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]
