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

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


The following commit(s) were added to refs/heads/main by this push:
     new d2671cd17e Minor: remove a strange char (#8030)
d2671cd17e is described below

commit d2671cd17ed854251adc54ca1ba87776593be61b
Author: Huaijin <[email protected]>
AuthorDate: Fri Nov 3 02:53:52 2023 +0800

    Minor: remove a strange char (#8030)
---
 datafusion/execution/src/memory_pool/mod.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datafusion/execution/src/memory_pool/mod.rs 
b/datafusion/execution/src/memory_pool/mod.rs
index 71483e200a..55555014f2 100644
--- a/datafusion/execution/src/memory_pool/mod.rs
+++ b/datafusion/execution/src/memory_pool/mod.rs
@@ -235,7 +235,7 @@ impl MemoryReservation {
         }
     }
 
-    /// Returns a new empty [`MemoryReservation`] with the same 
[`MemoryConsumer`]
+    /// Returns a new empty [`MemoryReservation`] with the same 
[`MemoryConsumer`]
     pub fn new_empty(&self) -> Self {
         Self {
             size: 0,

Reply via email to