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

   ## Apache Parquet
   
   Bump Parquet version from 1.12.3 to 1.15.2.
   
   ### Major Parquet changes 1.12.x -> 1.15.x
   * Support LZ4_RAW codec
   * Implement vectored IO in parquet file format
   * More optimal memory usage in compression codecs
   
   Dependency tree changes are small:
   ```
   +--- org.apache.parquet:parquet-column:1.15.1
   |    +--- org.apache.parquet:parquet-common:1.15.1
   |    |    +--- org.apache.parquet:parquet-format-structures:1.15.1
   |    +--- org.apache.parquet:parquet-encoding:1.15.1
   |    |    +--- org.apache.parquet:parquet-common:1.15.1 (*)
   +--- org.apache.parquet:parquet-hadoop:1.15.1
   |    +--- org.apache.parquet:parquet-column:1.15.1 (*)
   |    +--- org.apache.parquet:parquet-format-structures:1.15.1 (*)
   |    +--- org.apache.parquet:parquet-common:1.15.1 (*)
   |    +--- 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
   +--- org.apache.parquet:parquet-jackson:1.15.1
   +--- org.apache.parquet:parquet-generator:1.15.1
   +--- org.apache.parquet:parquet-pig:1.15.1
   |    +--- org.apache.parquet:parquet-column:1.15.1 (*)
   |    +--- org.apache.parquet:parquet-hadoop:1.15.1 (*)
   |    +--- org.apache.parquet:parquet-common:1.15.1 (*)
   \--- org.apache.parquet:parquet-format:2.10.0
   ```
   
   It has its own thrift library shaded. It doesn't depend on protobuf.
   `parquet-hadoop` in fact expects that there is `hadoop-client`, 
`hadoop-common`, `hadoop-annotations` and  `hadoop-mapreduce-client-core` 
provided.
   
   
   
   


-- 
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