We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a797dd7 commit b4e8c25Copy full SHA for b4e8c25
datafusion_iceberg/src/error.rs
@@ -54,6 +54,9 @@ pub enum Error {
54
/// parse int error
55
#[error(transparent)]
56
ParseInt(#[from] std::num::ParseIntError),
57
+ /// parse int error
58
+ #[error(transparent)]
59
+ ConfigBuilder(#[from] crate::table::DataFusionTableConfigBuilderError),
60
}
61
62
impl From<Error> for DataFusionError {
0 commit comments