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 549d18866a fix be compile error for 
df064d1edc0f058c28d9dc3a7bd9deb70e2b59ec [fix](intersect) fix wrong result of 
intersect node (#24044)
549d18866a is described below

commit 549d18866a455091a9a46e22dd2cc84a6cb56315
Author: Kang <[email protected]>
AuthorDate: Fri Sep 8 23:59:37 2023 +0800

    fix be compile error for df064d1edc0f058c28d9dc3a7bd9deb70e2b59ec
    [fix](intersect) fix wrong result of intersect node (#24044)
---
 be/src/vec/exec/vset_operation_node.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/be/src/vec/exec/vset_operation_node.cpp 
b/be/src/vec/exec/vset_operation_node.cpp
index 02d464d99e..8e1a85e781 100644
--- a/be/src/vec/exec/vset_operation_node.cpp
+++ b/be/src/vec/exec/vset_operation_node.cpp
@@ -16,6 +16,7 @@
 // under the License.
 
 #include "vec/exec/vset_operation_node.h"
+#include "vec/utils/template_helpers.hpp"
 
 #include <fmt/format.h>
 #include <gen_cpp/Exprs_types.h>


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

Reply via email to