asolimando commented on code in PR #21122:
URL: https://github.com/apache/datafusion/pull/21122#discussion_r3029362982
##########
datafusion/physical-expr/src/projection.rs:
##########
@@ -713,9 +745,35 @@ impl ProjectionExprs {
byte_size,
}
}
+ } else if let Some(registry) = &self.expression_analyzer_registry {
Review Comment:
Good catch, fixed in c62a5cbcf. When the analyzer registry is present, we
now snapshot the input column statistics before the loop so that
`std::mem::take` on bare columns doesn't affect analyzer lookups for later
expressions.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]