Skip to content

Commit 19fe44c

Browse files
authored
make DefaultSubstraitProducer public (#14721)
1 parent e4b78c7 commit 19fe44c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/substrait/src/logical_plan/producer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ pub trait SubstraitProducer: Send + Sync + Sized {
369369
}
370370
}
371371

372-
struct DefaultSubstraitProducer<'a> {
372+
pub struct DefaultSubstraitProducer<'a> {
373373
extensions: Extensions,
374374
serializer_registry: &'a dyn SerializerRegistry,
375375
}

0 commit comments

Comments
 (0)