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 214101e0 aircompressor is a runtime dependency
214101e0 is described below

commit 214101e03ae74f61660902a681c6ea93082b4fab
Author: Nikolay Antonov <[email protected]>
AuthorDate: Tue Jul 7 16:03:23 2026 +0500

    aircompressor is a runtime dependency
---
 server/pxf-hdfs/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/pxf-hdfs/build.gradle b/server/pxf-hdfs/build.gradle
index 938df0d6..b55747ce 100644
--- a/server/pxf-hdfs/build.gradle
+++ b/server/pxf-hdfs/build.gradle
@@ -57,6 +57,7 @@ dependencies {
     implementation("org.tukaani:xz")                                 { 
transitive = false }
     implementation("com.github.luben:zstd-jni")                      { 
transitive = false }
     implementation("org.xerial.snappy:snappy-java")                  { 
transitive = false }
+    implementation("io.airlift:aircompressor")                       { 
transitive = false }
 
 
     // Hadoop 2.10.1 uses log4j:1.2.17, but since we are using slf4j
@@ -99,7 +100,6 @@ dependencies {
 
     testCompileOnly("org.apache.hadoop:hadoop-annotations")
 
-    testImplementation("io.airlift:aircompressor")       // for HcfsTypeTest 
for testing write URI with LzopCodec
     testImplementation("org.apache.parquet:parquet-pig")             { 
transitive = false } // for parquet tests
     testImplementation('org.springframework.boot:spring-boot-starter-test')
 }


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

Reply via email to