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 613f7d9 commit 4dffe98Copy full SHA for 4dffe98
crates/integrations/datafusion/src/physical_plan/write.rs
@@ -152,7 +152,7 @@ impl ExecutionPlan for IcebergWriteExec {
152
) -> DFResult<Arc<dyn ExecutionPlan>> {
153
if children.len() != 1 {
154
return Err(DataFusionError::Internal(
155
- "IcebergWriteExec expects exactly one child".to_string(),
+ "IcebergWriteExec expects exactly one child, but provided {} ".to_string(),
156
));
157
}
158
0 commit comments