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 0a38aae commit f807c63Copy full SHA for f807c63
native/spark-expr/src/math_funcs/internal/normalize_nan.rs
@@ -92,7 +92,7 @@ impl PhysicalExpr for NormalizeNaNAndZero {
92
}
93
94
fn children(&self) -> Vec<&Arc<dyn PhysicalExpr>> {
95
- self.child.children()
+ vec![&self.child]
96
97
98
fn with_new_children(
0 commit comments