From 65b78464b265e17db1527a3bfd321da4213446ac Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Mon, 11 Nov 2024 21:33:47 +0100 Subject: [PATCH] MINOR: Bump latest version to 1.14.4 --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9c68f53742..bb6372ecce 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ~ under the License. --> -Parquet Java (formerly Parquet MR) [![Build Status](https://github.com/apache/parquet-java/workflows/Test/badge.svg)](https://github.com/apache/parquet-java/actions) +Parquet Java (formerly Parquet MR) [![CI Hadoop 3](https://github.com/apache/parquet-java/actions/workflows/ci-hadoop3.yml/badge.svg)](https://github.com/apache/parquet-java/actions/workflows/ci-hadoop3.yml) ====== This repository contains a Java implementation of [Apache Parquet](https://parquet.apache.org/) @@ -25,11 +25,11 @@ This repository contains a Java implementation of [Apache Parquet](https://parqu Apache Parquet is an open source, column-oriented data file format designed for efficient data storage and retrieval. It provides high performance compression and encoding schemes to handle complex data in -bulk and is supported in many programming language and analytics +bulk and is supported in many programming languages and analytics tools. The [parquet-format](https://github.com/apache/parquet-format) -repository contains the file format specificiation. +repository contains the file format specification. Parquet uses the [record shredding and assembly algorithm](https://github.com/julienledem/redelm/wiki/The-striping-and-assembly-algorithms-from-the-Dremel-paper) described in the Dremel paper to represent nested structures. You can find additional details about the format and intended use cases in our [Hadoop Summit 2013 presentation](http://www.slideshare.net/julienledem/parquet-hadoop-summit-2013) @@ -166,29 +166,29 @@ The build runs in [GitHub Actions](https://github.com/apache/parquet-java/action ## Add Parquet as a dependency in Maven -The current release is version `1.14.3`. +The current release is version `1.14.4`. ```xml org.apache.parquet parquet-common - 1.14.3 + 1.14.4 org.apache.parquet parquet-encoding - 1.14.3 + 1.14.4 org.apache.parquet parquet-column - 1.14.3 + 1.14.4 org.apache.parquet parquet-hadoop - 1.14.3 + 1.14.4 ```