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
commit 11568af31ce8081be0a1b083afe1c91e8875838d Author: Nikolay Antonov <[email protected]> AuthorDate: Tue Jul 7 15:02:51 2026 +0500 Fix ZSTD compression support with Parquet --- 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 9705fb6f..becad282 100644 --- a/server/pxf-hdfs/build.gradle +++ b/server/pxf-hdfs/build.gradle @@ -99,7 +99,7 @@ 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") // for parquet tests + 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]
