Skip to content

Commit 295e9b6

Browse files
committed
minor
1 parent 88afe82 commit 295e9b6

File tree

1 file changed

+1
-1
lines changed
  • crates/integrations/datafusion/src/physical_plan

1 file changed

+1
-1
lines changed

crates/integrations/datafusion/src/physical_plan/commit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ impl IcebergCommitExec {
6969
}
7070
}
7171

72-
/// Compute the plan properties for this execution plan
72+
// Compute the plan properties for this execution plan
7373
fn compute_properties(schema: ArrowSchemaRef) -> PlanProperties {
7474
PlanProperties::new(
7575
EquivalenceProperties::new(schema),

0 commit comments

Comments
 (0)