Skip to content

Commit 14499a0

Browse files
committed
format change
1 parent ff317ed commit 14499a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/customizer.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ use datafusion_proto::physical_plan::PhysicalExtensionCodec;
44
#[async_trait::async_trait]
55
pub 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
}

0 commit comments

Comments
 (0)