GaneshPatil7517 opened a new pull request, #19619:
URL: https://github.com/apache/datafusion/pull/19619

   This PR introduces a new FilterExec constructor that accepts a projection at 
creation time,
   ensuring compute_properties() executes only once.
   
   **What was added:**
   - New `try_new_with_projection()` method for FilterExec
   - Projection is applied during plan creation
   - `compute_properties()` now runs a single time
   - No regressions in existing query plans
   - Tests validate performance and correctness
   - Documentation updated to reflect usage
   
   **Fixes:** #19608


-- 
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]

Reply via email to