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
140532: changefeedccl/avro: remove c and posix collated locales from avro test r=tbg a=rharding6373
Previously TestAvroSchema could choose from any valid collated string locale in its randomized testing. However, the C and POSIX locales are not supported for column types, so it does not make sense to test these. In fact, using them leads to errors, since these types can't be parsed.
Epic: None
Fixes: #140485
Release note: None
Co-authored-by: rharding6373 <[email protected]>
0 commit comments