Open sundy-li opened 1 month ago
error throws for unsigned types
_ => Err(Error::new( ErrorKind::DataInvalid, format!("Unsupported Arrow data type: {p}"), )),
cc @Xuanwo
Thank you for the report. I will take a look.
Iceberg has no built in support for unsigned data types, and I think we could handle this by storing signed value and do byte to byte conversion in read time.
error throws for unsigned types
cc @Xuanwo