[ https://issues.apache.org/jira/browse/LUCENE-9144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17018024#comment-17018024 ]
ASF subversion and git services commented on LUCENE-9144: --------------------------------------------------------- Commit eb13d5bc8b3b0497ce2aca3d99e37884dc54599a in lucene-solr's branch refs/heads/gradle-master from Ignacio Vera [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=eb13d5b ] LUCENE-9144: Fix error message on OneDimensionBKDWriter when too many points are added to the writer. (#1178) > Error message on OneDimensionBKDWriter is wrong when adding too many points > --------------------------------------------------------------------------- > > Key: LUCENE-9144 > URL: https://issues.apache.org/jira/browse/LUCENE-9144 > Project: Lucene - Core > Issue Type: Bug > Reporter: Ignacio Vera > Assignee: Ignacio Vera > Priority: Minor > Fix For: 8.5 > > Time Spent: 20m > Remaining Estimate: 0h > > The error message for the 1D BKD writer when adding too many points is wrong > because: > 1) It uses pointCount (which is always 0 at that point) instead of valueCount > 2) It concatenate the numbers as a string instead of adding them. > > -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org