File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ use datafusion_proto::physical_plan::PhysicalExtensionCodec;
44#[ async_trait:: async_trait]
55pub trait Customizer : PhysicalExtensionCodec + Send + Sync {
66 /// Customize the context before planning a query.
7- /// This may include registering new file formats or introducing additional
8- /// `PhysicalPlan` operators.
7+ /// This may include registering new file formats or introducing additional
8+ /// `PhysicalPlan` operators.
99 ///
10- /// To support serialization of customized plans for distributed execution,
10+ /// To support serialization of customized plans for distributed execution,
1111 /// a `Codec` may also be required.
1212 async fn customize ( & self , ctx : & mut SessionContext ) -> Result < ( ) , Box < dyn std:: error:: Error > > ;
1313}
You can’t perform that action at this time.
0 commit comments