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
Make 04811_prewhere_subcolumn_size_setting robust to randomized settings
The test compared the on-disk sizes of constant (highly compressible)
columns, so under the compression and granularity settings randomized by the
flaky check the compressed sizes were tiny and could invert, flipping the
PREWHERE condition ordering.
Use incompressible random strings with a large size separation
(exact(tup.small) < medium < size(tup)) so the ordering is stable regardless
of the randomized compression, granularity and serialization settings.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments