paul-rogers commented on PR #12220:
URL: https://github.com/apache/druid/pull/12220#issuecomment-1088011324
Fixed unit tests to handle the new "standard JSON" errors, which was the
major change in the previous commit. "Standard JSON" must means the form used
by query errors:
`{"error:" "<code>", "errorMessage": "<text>"}`
This *could* be a breaking change if clients current expect the text format,
or current parse the JSON errors and expect the message to be in the `"error"`
key. Let me know if this could be a problem.
--
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]