Skip to content

Commit d013429

Browse files
authored
Add parquet-format v2.10.0 release (#36)
1 parent 15895ac commit d013429

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: "2.10.0"
3+
date: 2023-11-20
4+
description: >
5+
---
6+
7+
The [latest version of parquet-format is 2.10.0](https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-format-2.10.0/apache-parquet-format-2.10.0.tar.gz).
8+
9+
To [check the validity](https://www.apache.org/info/verification.html) of this release, use its:
10+
11+
* [Release manager OpenPGP key](https://downloads.apache.org/parquet/KEYS)
12+
* [OpenPGP signature](https://downloads.apache.org/parquet/apache-parquet-format-2.10.0/apache-parquet-format-2.10.0.tar.gz.asc)
13+
* [SHA-512](https://downloads.apache.org/parquet/apache-parquet-format-2.10.0/apache-parquet-format-2.10.0.tar.gz.sha512)
14+
15+
16+
### Downloading from the Maven central repository
17+
18+
The Parquet team publishes its [releases to Maven Central](https://search.maven.org/search?q=g:org.apache.parquet).
19+
20+
Add the following dependency section to your pom.xml:
21+
```
22+
<dependencies>
23+
...
24+
<dependency>
25+
<groupId>org.apache.parquet</groupId>
26+
<artifactId>parquet-format</artifactId>
27+
<version>2.10.0</version> <!-- or latest version -->
28+
</dependency>
29+
...
30+
</dependencies>
31+
```
32+
33+
### Older Releases
34+
35+
Older releases can be found in the Archives of the Apache Software Foundation: [https://archive.apache.org/dist/parquet/](https://archive.apache.org/dist/parquet/)

0 commit comments

Comments
 (0)