Samyak2 commented on PR #18948:
URL: https://github.com/apache/datafusion/pull/18948#issuecomment-3586055570

   I rebased on main. Not sure why cargo fmt is failing on a file that I did 
not touch!
   ```
    + cargo fmt --all -- --check
   Diff in /__w/datafusion/datafusion/datafusion/execution/src/config.rs:114:
   
    /// A type map for storing extensions.
   -/// 
   +///
    /// Extensions are indexed by their type `T`. If multiple values of the 
same type are provided, only the last one
    /// will be kept.
   -/// 
   +///
    /// Extensions are opaque objects that are unknown to DataFusion itself but 
can be downcast by optimizer rules,
    /// execution plans, or other components that have access to the session 
config.
    /// They provide a flexible way to attach extra data or behavior to the 
session config.
   ```


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