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
The SizeEstimator's code for estimating object size results in
a size that is dramatically too large for ManagedBuffers. This
commit adds a special case to the SizeEstimator, that just uses the
size() method when estimate() is called on a ManagedBuffer.
Fixes issue apache#23.
0 commit comments