You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling write_batch_with_statistics twice with a non-zero distinct count will compute the sum of the distinct counts. In most cases this will be incorrect.
Similarly calling write_batch having called write_batch_with_statistics will not clear the distinct count.
To Reproduce
Inspect code
Expected behavior
We should only set distinct count when it is known
Describe the bug
Calling write_batch_with_statistics twice with a non-zero distinct count will compute the sum of the distinct counts. In most cases this will be incorrect.
Similarly calling write_batch having called write_batch_with_statistics will not clear the distinct count.
To Reproduce
Inspect code
Expected behavior
We should only set distinct count when it is known
Additional context
#2015
The text was updated successfully, but these errors were encountered: