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 7114534011606e87dd880d790747c0697bb3f388 Author: jlf <[email protected]> AuthorDate: Thu Apr 24 11:27:50 2025 +0800 fix CI error --- backends-clickhouse/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/backends-clickhouse/pom.xml b/backends-clickhouse/pom.xml index fcc8fe761b..8323ee7d43 100644 --- a/backends-clickhouse/pom.xml +++ b/backends-clickhouse/pom.xml @@ -583,8 +583,18 @@ <artifactId>jdk.tools</artifactId> <groupId>jdk.tools</groupId> </exclusion> + <exclusion> + <artifactId>libthrift</artifactId> + <groupId>org.apache.thrift</groupId> + </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.apache.thrift</groupId> + <artifactId>libthrift</artifactId> + <version>0.14.0</version> + <scope>test</scope> + </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-client</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
