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

   ## Which issue does this PR close?
   
   - Closes #.
   
   ## Rationale for this change
   
   Instead of continuously adding more and more UDF-specific rewrite utilities 
to `datafusion/physical-expr-adapter/src/schema_rewriter.rs`, move all of them 
to a new `rewrite` module in `datafusion-datasource`.
   
   I've also considered moving it to a separate module in 
`datafusion-physical-expr-adatper`, but this felt more specific.
   
   This issue was raised in recent PRs that added `input_file_name()` and 
`file_row_index()`.
   
   ## What changes are included in this PR?
   
   1. Introduce a new `rewrite` module in `datafusion-datasource`
   2. Moves relevant functionality from `datafusion-physical-expr-adapter` to 
`datafusion-datasource`.
   
   ## Are these changes tested?
   
   Existing testing suites.
   
   ## Are there any user-facing changes?
   
   I don't think any of this code was released.


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