adriangb commented on code in PR #18176:
URL: https://github.com/apache/datafusion/pull/18176#discussion_r2448540528
##########
datafusion/physical-plan/src/projection.rs:
##########
@@ -320,7 +485,12 @@ impl ExecutionPlan for ProjectionExec {
trace!("Start ProjectionExec::execute for partition {} of context
session_id {} and task_id {:?}", partition, context.session_id(),
context.task_id());
Ok(Box::pin(ProjectionStream {
schema: Arc::clone(&self.schema),
- expr: self.expr.iter().map(|x| Arc::clone(&x.expr)).collect(),
+ expr: self
Review Comment:
Added!
--
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]