v.20.11Improvement

Fix Debug Assertion and Improve Data Transfer in quantileDeterministic Function

Fix debug assertion in quantileDeterministic function. In previous version it may also transfer up to two times more data over the network. Although no bug existed. This fixes #15683. #16410 (alexey-milovidov).
Fixed debug assertion in the quantileDeterministic function to prevent excessive data transfer over the network.

Why it matters

This fix addresses an issue where the quantileDeterministic function could transfer up to twice as much data over the network without causing bugs but leading to inefficiency. The update optimizes network usage and resolves the related debug assertion problem.

How to use it

Users just need to update to the version including this fix. No changes to queries or configurations are required to benefit from improved network efficiency in the quantileDeterministic function.