benwtrent opened a new pull request, #13445:
URL: https://github.com/apache/lucene/pull/13445

   When int4 scalar quantization was merged, it added a new way to dynamically 
calculate quantiles. 
   
   However, when that was merged, I inadvertently changed the default behavior, 
where a `null` confidenceInterval would actually calculate the dynamic 
quantiles instead of doing the previous auto-setting to `1 - 1/(dim + 1)`.
   
   This commit formalizes the dynamic quantile calculate through setting the 
confidenceInterval to `0`, and preserves the previous behavior for `null` 
confidenceIntervals so that users upgrading will not see different quantiles 
than they would expect. 
   
   


-- 
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...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to