diff --git a/backends-clickhouse/pom.xml b/backends-clickhouse/pom.xml index 1bae2888611f..caa8136991e5 100644 --- a/backends-clickhouse/pom.xml +++ b/backends-clickhouse/pom.xml @@ -166,6 +166,10 @@ hadoop-hdfs org.apache.hadoop + + protobuf-java + com.google.protobuf + diff --git a/cpp-ch/clickhouse.version b/cpp-ch/clickhouse.version index e233c8003b60..605769121411 100644 --- a/cpp-ch/clickhouse.version +++ b/cpp-ch/clickhouse.version @@ -1,3 +1,3 @@ CH_ORG=Kyligence CH_BRANCH=rebase_ch/20241010 -CH_COMMIT=9ed04076458 \ No newline at end of file +CH_COMMIT=3e57eb5c17e diff --git a/pom.xml b/pom.xml index 642c825a5ab5..439f12b453c9 100644 --- a/pom.xml +++ b/pom.xml @@ -629,6 +629,10 @@ org.apache.curator curator-recipes + + protobuf-java + com.google.protobuf + @@ -641,6 +645,10 @@ org.apache.hadoop hadoop-client-runtime + + protobuf-java + com.google.protobuf + @@ -677,6 +685,10 @@ org.apache.curator curator-recipes + + protobuf-java + com.google.protobuf + @@ -723,6 +735,10 @@ log4j log4j + + protobuf-java + com.google.protobuf + @@ -747,6 +763,10 @@ org.apache.arrow * + + protobuf-java + com.google.protobuf + test-jar test @@ -781,6 +801,10 @@ io.netty netty + + protobuf-java + com.google.protobuf +