askalt commented on code in PR #19893:
URL: https://github.com/apache/datafusion/pull/19893#discussion_r2712404683
##########
datafusion/physical-plan/src/filter.rs:
##########
@@ -681,7 +675,7 @@ impl ExecutionPlan for FilterExec {
self.default_selectivity,
self.projection.as_ref(),
)?,
- projection: None,
+ projection: None.into(),
Review Comment:
Yes, it looks like you are right and we should preserve projection here.
`None` is passed starting from
https://github.com/apache/datafusion/commit/48331e6044a270f4edd9b5df4e530cb1ff136c98
but it seems a bug -- fixed now.
--
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]