Skip to content

Commit 4dffe98

Browse files
CTTYliurenjie1024
andcommitted
Update crates/integrations/datafusion/src/physical_plan/write.rs
Co-authored-by: Renjie Liu <[email protected]>
1 parent 613f7d9 commit 4dffe98

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/write.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ impl ExecutionPlan for IcebergWriteExec {
152152
) -> DFResult<Arc<dyn ExecutionPlan>> {
153153
if children.len() != 1 {
154154
return Err(DataFusionError::Internal(
155-
"IcebergWriteExec expects exactly one child".to_string(),
155+
"IcebergWriteExec expects exactly one child, but provided {} ".to_string(),
156156
));
157157
}
158158

0 commit comments

Comments
 (0)