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
changefeedccl/avro: remove c and posix collated locales from avro test
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
0 commit comments