comphead commented on issue #8800:
URL: 
https://github.com/apache/arrow-datafusion/issues/8800#issuecomment-1887554513

   The signature and comments for `with_column_renamed` looks reasonable for me
   ```
       /// Rename one column by applying a new projection. This is a no-op if 
the column to be
       /// renamed does not exist.
       pub fn with_column_renamed(
           self,
           old_name: impl Into<String>,
           new_name: &str,
       ) -> Result<DataFrame>
   ```
   
   @Omega359 do you think anything still left that can be improved?


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

Reply via email to