This is an automated email from the ASF dual-hosted git repository.
ostinru pushed a commit to branch explicit-dependencies
in repository https://gitbox.apache.org/repos/asf/cloudberry-pxf.git
The following commit(s) were added to refs/heads/explicit-dependencies by this
push:
new 22e94380 add snappy
22e94380 is described below
commit 22e943804c09df42c8f0afe8045063ba673498a1
Author: Nikolay Antonov <[email protected]>
AuthorDate: Tue Jul 7 15:58:27 2026 +0500
add snappy
---
server/pxf-hdfs/build.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/server/pxf-hdfs/build.gradle b/server/pxf-hdfs/build.gradle
index becad282..938df0d6 100644
--- a/server/pxf-hdfs/build.gradle
+++ b/server/pxf-hdfs/build.gradle
@@ -56,6 +56,7 @@ dependencies {
implementation("org.apache.commons:commons-compress") {
transitive = false }
implementation("org.tukaani:xz") {
transitive = false }
implementation("com.github.luben:zstd-jni") {
transitive = false }
+ implementation("org.xerial.snappy:snappy-java") {
transitive = false }
// Hadoop 2.10.1 uses log4j:1.2.17, but since we are using slf4j
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]