berkaysynnada commented on PR #15566: URL: https://github.com/apache/datafusion/pull/15566#issuecomment-2809540717
@adriangb one point doesn't come to me obvious. I've erased a comment saying that "filter predicates reflect the output schema after applying the projection", and some tests are written based on that. Is that the case really? I'm seeing that in with_projection() API of FilterExec the predicates are kept as they are, so they are not updated according to the projection. What am I missing? -- 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]
