in crates/paimon/src/error.rs [81:86]
fn from(source: apache_avro::Error) -> Self { Error::DataUnexpected { message: "".to_string(), source, } }