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
I searched in the issues and found nothing similar.
Description
The Python binding currently rejects PyArrow fixed-size binary fields (pa.binary(n)), even though fixed-size binary is supported in Fluss Java and Rust core (BINARY(n)).
Search before asking
Description
The Python binding currently rejects PyArrow fixed-size binary fields (
pa.binary(n)), even though fixed-size binary is supported in Fluss Java and Rust core (BINARY(n)).Willingness to contribute