epugh commented on code in PR #2657:
URL: https://github.com/apache/solr/pull/2657#discussion_r1729257930
##########
solr/solrj-streaming/src/java/org/apache/solr/client/solrj/io/eval/OutliersEvaluator.java:
##########
@@ -97,13 +97,13 @@ public Object doWork(Object... values) throws IOException {
double cumProb = d.cumulativeProbability(n.intValue());
if (low >= 0 && cumProb <= low) {
t.put("lowOutlierValue_d", n);
- t.put("cumulativeProbablity_d", cumProb);
+ t.put("cumulativeProbability_d", cumProb);
Review Comment:
I was kind of hoping that since I fixed it in hte unit test, that it would
be okay. I will says, this code, i don't know how to deprecate it and fix it
in a "smooth" manner...
--
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]