Skip to content

Commit b4e8c25

Browse files
author
Jan Kaul
committed
add config builder error
1 parent a797dd7 commit b4e8c25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

datafusion_iceberg/src/error.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ pub enum Error {
5454
/// parse int error
5555
#[error(transparent)]
5656
ParseInt(#[from] std::num::ParseIntError),
57+
/// parse int error
58+
#[error(transparent)]
59+
ConfigBuilder(#[from] crate::table::DataFusionTableConfigBuilderError),
5760
}
5861

5962
impl From<Error> for DataFusionError {

0 commit comments

Comments
 (0)