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 0845fe9 commit 0a059a6Copy full SHA for 0a059a6
crates/integrations/datafusion/src/table/mod.rs
@@ -52,7 +52,7 @@ pub struct IcebergTableProvider {
52
/// A reference-counted arrow `Schema`.
53
schema: ArrowSchemaRef,
54
/// The catalog that the table belongs to.
55
- catalog: Option<Arc<dyn Catalog>>,
+ catalog: Option<Arc<dyn Catalog + Send + Sync + 'static>>,
56
}
57
58
impl IcebergTableProvider {
0 commit comments