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 4dffe98 commit 22d14bfCopy full SHA for 22d14bf
crates/integrations/datafusion/src/physical_plan/commit.rs
@@ -148,7 +148,7 @@ impl ExecutionPlan for IcebergCommitExec {
148
) -> DFResult<Arc<dyn ExecutionPlan>> {
149
if children.len() != 1 {
150
return Err(DataFusionError::Internal(
151
- "IcebergCommitExec expects exactly one child".to_string(),
+ "IcebergCommitExec expects exactly one child, but provided {children.len()}".to_string(),
152
));
153
}
154
0 commit comments