dsmiley commented on code in PR #4640:
URL: https://github.com/apache/solr/pull/4640#discussion_r3704053118
##########
solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpSolrClient.java:
##########
@@ -229,6 +230,9 @@ protected NamedList<Object> processErrorsAndResponse(
NamedList<Object> rsp;
try {
rsp = processor.processResponse(is, encoding);
+ if (!processor.producesCanonicalForm()) {
Review Comment:
I'd like to make a claim/observation, at the risk of being wrong and a
little embarrassed. Your PR comment *responses* are AI generated, at least
this and some others were. Yes? I think it's strongly preferable for AI
generated responses to humans to be somehow marked as such. FWIW at work we
have a footer and/or marker emoji. I went to know the difference between
Serhiy, in the flesh whom I'm getting to know, and a bot.
--
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]