apache / iceberg-rust

Apache Iceberg
https://rust.iceberg.apache.org/
Apache License 2.0
631 stars 143 forks source link

bug: ArrowSchemaConverter can't handle unsigned datatypes from arrow #675

Open sundy-li opened 3 hours ago

sundy-li commented 3 hours ago

error throws for unsigned types

  _ => Err(Error::new(
                ErrorKind::DataInvalid,
                format!("Unsupported Arrow data type: {p}"),
            )),

cc @Xuanwo

Xuanwo commented 3 hours ago

Thank you for the report. I will take a look.