Skip to content

Commit 2f56169

Browse files
CTTYliurenjie1024
andauthored
Update crates/integrations/datafusion/src/physical_plan/commit.rs
Co-authored-by: Renjie Liu <[email protected]>
1 parent 724ec7d commit 2f56169

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
@@ -148,7 +148,7 @@ impl ExecutionPlan for IcebergCommitExec {
148148
) -> DFResult<Arc<dyn ExecutionPlan>> {
149149
if children.len() != 1 {
150150
return Err(DataFusionError::Internal(
151-
"IcebergCommitExec expects exactly one child".to_string(),
151+
"IcebergCommitExec expects exactly one child, but provided {children.len()}".to_string(),
152152
));
153153
}
154154

0 commit comments

Comments
 (0)