This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 4b96c806c0 fix merge be compile error
4b96c806c0 is described below
commit 4b96c806c0f162b6cb4e9ee64361a17f2f39a73a
Author: Kang <[email protected]>
AuthorDate: Thu Sep 14 21:23:41 2023 +0800
fix merge be compile error
---
be/src/vec/exec/join/vnested_loop_join_node.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/be/src/vec/exec/join/vnested_loop_join_node.h
b/be/src/vec/exec/join/vnested_loop_join_node.h
index 4df7c76697..2e60f0e6c6 100644
--- a/be/src/vec/exec/join/vnested_loop_join_node.h
+++ b/be/src/vec/exec/join/vnested_loop_join_node.h
@@ -260,7 +260,6 @@ private:
std::stack<uint16_t> _probe_offset_stack;
VExprContextSPtrs _join_conjuncts;
RuntimeProfile::Counter* _loop_join_timer;
- template <typename Parent>
friend struct RuntimeFilterBuild;
};
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]