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

morningman pushed a commit to branch branch-1.2-unstable
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 12ca106caef6f06c0695595ee9a6ec2620a09d8b
Author: camby <104178...@qq.com>
AuthorDate: Wed Nov 9 14:10:06 2022 +0800

    [fix](compile) fix compile error #14103
    
    Co-authored-by: cambyzju <zhuxiaol...@baidu.com>
---
 be/src/vec/exec/vmysql_scan_node.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/be/src/vec/exec/vmysql_scan_node.h 
b/be/src/vec/exec/vmysql_scan_node.h
index b3adf90b0d..aa364de900 100644
--- a/be/src/vec/exec/vmysql_scan_node.h
+++ b/be/src/vec/exec/vmysql_scan_node.h
@@ -21,6 +21,7 @@
 
 #include "exec/mysql_scanner.h"
 #include "exec/scan_node.h"
+#include "exec/text_converter.h"
 #include "runtime/descriptors.h"
 namespace doris {
 


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

Reply via email to