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

lwz9103 pushed a commit to branch liquid
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git

commit 7e05297245bcc01b2c434c68a555966d9a2fa42d
Author: Chang Chen <[email protected]>
AuthorDate: Sat Nov 30 23:50:10 2024 +0800

    [CH] Fix build, see https://github.com/apache/incubator-gluten/pull/8087 
for details
    
    due to https://github.com/ClickHouse/ClickHouse/pull/72046
    
    (cherry picked from commit 33b2be60b521e582c1c0dbb47e3a3d2d143209c0)
---
 cpp-ch/local-engine/Parser/scalar_function_parser/kylinSplitPart.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/cpp-ch/local-engine/Parser/scalar_function_parser/kylinSplitPart.cpp 
b/cpp-ch/local-engine/Parser/scalar_function_parser/kylinSplitPart.cpp
index 6ca990ec24..a5f16381f1 100644
--- a/cpp-ch/local-engine/Parser/scalar_function_parser/kylinSplitPart.cpp
+++ b/cpp-ch/local-engine/Parser/scalar_function_parser/kylinSplitPart.cpp
@@ -16,6 +16,7 @@
 */
 
 #include <Parser/FunctionParser.h>
+#include <DataTypes/DataTypeNullable.h>
 
 namespace DB
 {


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

Reply via email to