malliaridis commented on code in PR #2706: URL: https://github.com/apache/solr/pull/2706#discussion_r1838332962
########## solr/core/src/java/org/apache/solr/update/processor/ClassificationUpdateProcessorFactory.java: ########## @@ -92,8 +92,7 @@ public void init(final NamedList<?> args) { String algorithmString = params.get(ALGORITHM_PARAM); Algorithm classificationAlgorithm; try { - if (algorithmString == null - || Algorithm.valueOf(algorithmString.toUpperCase(Locale.ROOT)) == null) { Review Comment: I agree that we should not take error-prone updates lightly. But we still have to update and sync error-prone versions one way or another. Would it suffice in your opinion if we update error-prone to 2.28.0 in a separate PR first before proceeding here? -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org