This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new cb218dc387 chore: cargo fmt to fix CI (#18969)
cb218dc387 is described below

commit cb218dc387028affd772f47d5a9a98c8e79d83ef
Author: Jeffrey Vo <[email protected]>
AuthorDate: Fri Nov 28 05:55:41 2025 +1100

    chore: cargo fmt to fix CI (#18969)
---
 datafusion/execution/src/config.rs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/datafusion/execution/src/config.rs 
b/datafusion/execution/src/config.rs
index 443229a3cb..3fa602f125 100644
--- a/datafusion/execution/src/config.rs
+++ b/datafusion/execution/src/config.rs
@@ -114,10 +114,10 @@ impl Default for SessionConfig {
 }
 
 /// 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.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to