Search before asking
Description
Similar to #510 , the Python bindings drop nullability when constructing Fluss schemas from PyArrow schemas. In Rust, every DataType variant stores nullable: bool, but the Python binding ignores this.
Willingness to contribute
Search before asking
Description
Similar to #510 , the Python bindings drop nullability when constructing Fluss schemas from PyArrow schemas. In Rust, every
DataTypevariant storesnullable: bool, but the Python binding ignores this.Willingness to contribute