We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88afe82 commit 295e9b6Copy full SHA for 295e9b6
crates/integrations/datafusion/src/physical_plan/commit.rs
@@ -69,7 +69,7 @@ impl IcebergCommitExec {
69
}
70
71
72
- /// Compute the plan properties for this execution plan
+ // Compute the plan properties for this execution plan
73
fn compute_properties(schema: ArrowSchemaRef) -> PlanProperties {
74
PlanProperties::new(
75
EquivalenceProperties::new(schema),
0 commit comments