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

dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 7d74f0c3117 branch-3.0: [fix](scanner) Fix multiple move the same 
tablet when NewOlapScanner::create_shared (#43691)
7d74f0c3117 is described below

commit 7d74f0c3117d613f8fda4b96c3aa7d34bf9f212c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 12 16:23:24 2024 +0800

    branch-3.0: [fix](scanner) Fix multiple move the same tablet when 
NewOlapScanner::create_shared (#43691)
    
    Cherry-picked from #43653
    
    Co-authored-by: Gabriel <liwenqi...@selectdb.com>
---
 be/src/pipeline/exec/olap_scan_operator.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/be/src/pipeline/exec/olap_scan_operator.cpp 
b/be/src/pipeline/exec/olap_scan_operator.cpp
index b27402ac27e..05e8c27b8a2 100644
--- a/be/src/pipeline/exec/olap_scan_operator.cpp
+++ b/be/src/pipeline/exec/olap_scan_operator.cpp
@@ -367,7 +367,7 @@ Status 
OlapScanLocalState::_init_scanners(std::list<vectorized::VScannerSPtr>* s
                                   state(),
                                   _scanner_profile.get(),
                                   scanner_ranges,
-                                  std::move(tablet),
+                                  tablet,
                                   version,
                                   {},
                                   p._limit,


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to