ostinru opened a new pull request, #122:
URL: https://github.com/apache/cloudberry-pxf/pull/122

   I just found out that in our fork (legacy-pxf) we have broken dependences. I 
was curious why we don't seen an issue in tests. And, I realised that 
`parquet-pig` transitively pulls couple compressors to testRuntimeClasspath and 
hides the fact that pxf-hdfs doesn't have snappy (and zstd in my fork) as 
direct runtime dependency.
   
   ```
   +--- org.apache.parquet:parquet-pig -> 1.15.2
       +--- org.apache.parquet:parquet-hadoop -> 1.15.2
       |    +--- org.apache.parquet:parquet-column:1.15.2 (*)
       |    +--- org.apache.parquet:parquet-format-structures:1.15.2 (*)
       |    +--- org.apache.parquet:parquet-common:1.15.2 (*)
       |    +--- org.apache.parquet:parquet-jackson:1.15.2
       |    +--- org.xerial.snappy:snappy-java:1.1.10.7
       |    +--- io.airlift:aircompressor:2.0.2
       |    +--- commons-pool:commons-pool:1.6
       |    +--- com.github.luben:zstd-jni:1.5.6-6 -> 1.5.7-6
       |    \--- org.slf4j:slf4j-api:1.7.33 -> 1.7.36
   ```
   
   So, this PR removes transitive test-dependencies and explicitly adds runtime 
dependencies


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to