This is an automated email from the ASF dual-hosted git repository.
gangwu pushed a commit to branch production
in repository https://gitbox.apache.org/repos/asf/parquet-site.git
The following commit(s) were added to refs/heads/production by this push:
new d013429 Add parquet-format v2.10.0 release (#36)
d013429 is described below
commit d013429e709bf03b5077b4d10bbada2a2cd2250e
Author: Gang Wu <[email protected]>
AuthorDate: Tue Nov 21 10:31:14 2023 +0800
Add parquet-format v2.10.0 release (#36)
---
content/en/blog/parquet-format/2.10.0.md | 35 ++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/content/en/blog/parquet-format/2.10.0.md
b/content/en/blog/parquet-format/2.10.0.md
new file mode 100755
index 0000000..25d955b
--- /dev/null
+++ b/content/en/blog/parquet-format/2.10.0.md
@@ -0,0 +1,35 @@
+---
+title: "2.10.0"
+date: 2023-11-20
+description: >
+---
+
+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).
+
+To [check the validity](https://www.apache.org/info/verification.html) of this
release, use its:
+
+* [Release manager OpenPGP key](https://downloads.apache.org/parquet/KEYS)
+* [OpenPGP
signature](https://downloads.apache.org/parquet/apache-parquet-format-2.10.0/apache-parquet-format-2.10.0.tar.gz.asc)
+*
[SHA-512](https://downloads.apache.org/parquet/apache-parquet-format-2.10.0/apache-parquet-format-2.10.0.tar.gz.sha512)
+
+
+### Downloading from the Maven central repository
+
+The Parquet team publishes its [releases to Maven
Central](https://search.maven.org/search?q=g:org.apache.parquet).
+
+Add the following dependency section to your pom.xml:
+```
+ <dependencies>
+ ...
+ <dependency>
+ <groupId>org.apache.parquet</groupId>
+ <artifactId>parquet-format</artifactId>
+ <version>2.10.0</version> <!-- or latest version -->
+ </dependency>
+ ...
+ </dependencies>
+```
+
+### Older Releases
+
+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/)