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

yiguolei pushed a commit to branch spill_repartition
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/spill_repartition by this push:
     new 8a250cda616 fix compile
8a250cda616 is described below

commit 8a250cda616ee38b00672725d2fdc9b4220e6152
Author: yiguolei <[email protected]>
AuthorDate: Fri Feb 27 18:09:53 2026 +0800

    fix compile
---
 be/src/vec/spill/spill_stream_manager.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/be/src/vec/spill/spill_stream_manager.cpp 
b/be/src/vec/spill/spill_stream_manager.cpp
index 279e7a8fadc..7dea14e4043 100644
--- a/be/src/vec/spill/spill_stream_manager.cpp
+++ b/be/src/vec/spill/spill_stream_manager.cpp
@@ -185,7 +185,7 @@ Status 
SpillStreamManager::register_spill_stream(RuntimeState* state, SpillStrea
 }
 
 void SpillStreamManager::delete_spill_stream(SpillStreamSPtr stream) {
-    stream->close();
+    (void)stream->close();
     stream->gc();
 }
 


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

Reply via email to