This is an automated email from the ASF dual-hosted git repository.
xudong963 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 19fe44cf2f make DefaultSubstraitProducer public (#14721)
19fe44cf2f is described below
commit 19fe44cf2f30cbdd63d4a4f52c74055163c6cc38
Author: Gabriel <[email protected]>
AuthorDate: Tue Feb 18 01:20:21 2025 +0100
make DefaultSubstraitProducer public (#14721)
---
datafusion/substrait/src/logical_plan/producer.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/datafusion/substrait/src/logical_plan/producer.rs
b/datafusion/substrait/src/logical_plan/producer.rs
index d795a86956..d7cc25d7bf 100644
--- a/datafusion/substrait/src/logical_plan/producer.rs
+++ b/datafusion/substrait/src/logical_plan/producer.rs
@@ -369,7 +369,7 @@ pub trait SubstraitProducer: Send + Sync + Sized {
}
}
-struct DefaultSubstraitProducer<'a> {
+pub struct DefaultSubstraitProducer<'a> {
extensions: Extensions,
serializer_registry: &'a dyn SerializerRegistry,
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]