<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blog on Parquet</title><link>https://alamb.github.io/parquet-site/blog/</link><description>Recent content in Blog on Parquet</description><generator>Hugo</generator><language>en</language><atom:link href="https://alamb.github.io/parquet-site/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>2.13.0</title><link>https://alamb.github.io/parquet-site/blog/2026/06/13/2.13.0/</link><pubDate>Sat, 13 Jun 2026 00:00:00 +0000</pubDate><guid>https://alamb.github.io/parquet-site/blog/2026/06/13/2.13.0/</guid><description>&lt;p&gt;&lt;a href="https://github.com/apache/parquet-format/releases/tag/apache-parquet-format-2.13.0"&gt;Github Release Link&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://dlcdn.apache.org/parquet/apache-parquet-format-2.13.0/apache-parquet-format-2.13.0.tar.gz"&gt;latest version of parquet-format is 2.13.0&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dlcdn.apache.org/parquet/apache-parquet-format-2.13.0/apache-parquet-format-2.13.0.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dlcdn.apache.org/parquet/apache-parquet-format-2.13.0/apache-parquet-format-2.13.0.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Older releases can be found in the Archives of the Apache Software Foundation: &lt;a href="https://archive.apache.org/dist/parquet/"&gt;https://archive.apache.org/dist/parquet/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Taming Floating-Point Statistics in Apache Parquet: IEEE 754 Total Order and NaN Counts</title><link>https://alamb.github.io/parquet-site/blog/2026/05/29/taming-floating-point-statistics-in-apache-parquet-ieee-754-total-order-and-nan-counts/</link><pubDate>Fri, 29 May 2026 00:00:00 +0000</pubDate><guid>https://alamb.github.io/parquet-site/blog/2026/05/29/taming-floating-point-statistics-in-apache-parquet-ieee-754-total-order-and-nan-counts/</guid><description>&lt;p&gt;Column statistics are the secret to Apache Parquet&amp;rsquo;s blazing fast performance. By storing compact summaries—like &lt;code&gt;min&lt;/code&gt;, &lt;code&gt;max&lt;/code&gt;, and null counts—for row groups, column chunks, and pages, readers can easily skip irrelevant data that doesn&amp;rsquo;t match a query.&lt;/p&gt;
&lt;p&gt;However, floating-point values throw a wrench into this simple model. The IEEE 754 standard defines special values like &lt;code&gt;NaN&lt;/code&gt; (Not a Number), signed zeros (&lt;code&gt;-0.0&lt;/code&gt; and &lt;code&gt;+0.0&lt;/code&gt;), and infinities. Their comparison rules don&amp;rsquo;t play well with the simple &amp;ldquo;total order&amp;rdquo; (a strict smaller-to-larger ranking) expected by most data-pruning algorithms. To fix this, the Parquet community recently clarified the standard by combining IEEE 754 total order semantics with an explicit &lt;code&gt;nan_count&lt;/code&gt; field in the statistics.&lt;/p&gt;</description></item><item><title>1.17.1</title><link>https://alamb.github.io/parquet-site/blog/2026/05/12/1.17.1/</link><pubDate>Tue, 12 May 2026 00:00:00 +0000</pubDate><guid>https://alamb.github.io/parquet-site/blog/2026/05/12/1.17.1/</guid><description>&lt;p&gt;The &lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.17.1/apache-parquet-1.17.1.tar.gz"&gt;latest version of parquet-java is 1.17.1&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For the changes, please check out the &lt;a href="https://github.com/apache/parquet-java/releases/tag/apache-parquet-1.17.1"&gt;Release on Github&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/iceberg/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.17.1/apache-parquet-1.17.1.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.17.1/apache-parquet-1.17.1.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The &lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.16.0/apache-parquet-1.16.0.tar.gz"&gt;latest version of parquet-java on the previous minor branch is 1.16.0&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/iceberg/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.16.0/apache-parquet-1.16.0.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.16.0/apache-parquet-1.16.0.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="downloading-from-the-maven-central-repository"&gt;Downloading from the Maven central repository&lt;/h3&gt;
&lt;p&gt;The Parquet team publishes its &lt;a href="https://search.maven.org/search?q=g:org.apache.parquet"&gt;releases to Maven Central&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Variant Type in Apache Parquet for Semi-Structured Data</title><link>https://alamb.github.io/parquet-site/blog/2026/02/27/variant-type-in-apache-parquet-for-semi-structured-data/</link><pubDate>Fri, 27 Feb 2026 00:00:00 +0000</pubDate><guid>https://alamb.github.io/parquet-site/blog/2026/02/27/variant-type-in-apache-parquet-for-semi-structured-data/</guid><description>&lt;p&gt;The Apache Parquet community is excited to announce the addition of the &lt;strong&gt;Variant type&lt;/strong&gt;—a feature that brings native support for semi-structured data to Parquet, significantly improving efficiency compared to less efficient formats such as JSON. This marks a significant addition to Parquet, demonstrating how the format continues to evolve to meet modern data engineering needs.&lt;/p&gt;
&lt;p&gt;While Apache Parquet has long been the standard for structured data where each value has a fixed and known type, handling heterogeneous, nested data often required a compromise: either store it as a costly-to-parse JSON string or flatten it into a rigid schema. The introduction of the Variant logical type provides a native, high-performance solution for semi-structured data that is already seeing rapid uptake across the ecosystem.&lt;/p&gt;</description></item><item><title>Native Geospatial Types in Apache Parquet</title><link>https://alamb.github.io/parquet-site/blog/2026/02/13/native-geospatial-types-in-apache-parquet/</link><pubDate>Fri, 13 Feb 2026 00:00:00 +0000</pubDate><guid>https://alamb.github.io/parquet-site/blog/2026/02/13/native-geospatial-types-in-apache-parquet/</guid><description>&lt;p&gt;Geospatial data has become a core input for modern analytics across logistics, climate science, urban planning, mobility, and location intelligence. Yet for a long time, spatial data lived outside the mainstream analytics ecosystem. In primarily non-spatial data engineering workflows, spatial data was common but required workarounds to handle efficiently at scale. Formats such as Shapefile, GeoJSON, or proprietary spatial databases worked well for visualization and GIS workflows, but they did not integrate cleanly with large scale analytical engines.&lt;/p&gt;</description></item><item><title>1.17.0</title><link>https://alamb.github.io/parquet-site/blog/2026/01/13/1.17.0/</link><pubDate>Tue, 13 Jan 2026 00:00:00 +0000</pubDate><guid>https://alamb.github.io/parquet-site/blog/2026/01/13/1.17.0/</guid><description>&lt;p&gt;The &lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.17.0/apache-parquet-1.17.0.tar.gz"&gt;latest version of parquet-java is 1.17.0&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For the changes, please check out the &lt;a href="https://github.com/apache/parquet-java/releases/tag/apache-parquet-1.17.0"&gt;Release on Github&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/iceberg/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.17.0/apache-parquet-1.17.0.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.17.0/apache-parquet-1.17.0.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The &lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.16.0/apache-parquet-1.16.0.tar.gz"&gt;latest version of parquet-java on the previous minor branch is 1.16.0&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/iceberg/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.16.0/apache-parquet-1.16.0.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.16.0/apache-parquet-1.16.0.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="downloading-from-the-maven-central-repository"&gt;Downloading from the Maven central repository&lt;/h3&gt;
&lt;p&gt;The Parquet team publishes its &lt;a href="https://search.maven.org/search?q=g:org.apache.parquet"&gt;releases to Maven Central&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>1.16.0</title><link>https://alamb.github.io/parquet-site/blog/2025/09/03/1.16.0/</link><pubDate>Wed, 03 Sep 2025 00:00:00 +0000</pubDate><guid>https://alamb.github.io/parquet-site/blog/2025/09/03/1.16.0/</guid><description>&lt;p&gt;The &lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.16.0/apache-parquet-1.16.0.tar.gz"&gt;latest version of parquet-java is 1.16.0&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For the changes, please check out the &lt;a href="https://github.com/apache/parquet-java/releases/tag/apache-parquet-1.16.0"&gt;Release on Github&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/iceberg/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.16.0/apache-parquet-1.16.0.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.16.0/apache-parquet-1.16.0.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The &lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.15.2/apache-parquet-1.15.2.tar.gz"&gt;latest version of parquet-java on the previous minor branch is 1.15.2&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/iceberg/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.15.2/apache-parquet-1.15.2.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.15.2/apache-parquet-1.15.2.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="downloading-from-the-maven-central-repository"&gt;Downloading from the Maven central repository&lt;/h3&gt;
&lt;p&gt;The Parquet team publishes its &lt;a href="https://search.maven.org/search?q=g:org.apache.parquet"&gt;releases to Maven Central&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>2.12.0</title><link>https://alamb.github.io/parquet-site/blog/2025/08/28/2.12.0/</link><pubDate>Thu, 28 Aug 2025 00:00:00 +0000</pubDate><guid>https://alamb.github.io/parquet-site/blog/2025/08/28/2.12.0/</guid><description>&lt;p&gt;&lt;a href="https://github.com/apache/parquet-format/releases/tag/apache-parquet-format-2.12.0"&gt;Github Release Link&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://dlcdn.apache.org/parquet/apache-parquet-format-2.12.0/apache-parquet-format-2.12.0.tar.gz"&gt;latest version of parquet-format is 2.12.0&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dlcdn.apache.org/parquet/apache-parquet-format-2.12.0/apache-parquet-format-2.12.0.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dlcdn.apache.org/parquet/apache-parquet-format-2.12.0/apache-parquet-format-2.12.0.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Older releases can be found in the Archives of the Apache Software Foundation: &lt;a href="https://archive.apache.org/dist/parquet/"&gt;https://archive.apache.org/dist/parquet/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>1.15.2</title><link>https://alamb.github.io/parquet-site/blog/2025/05/01/1.15.2/</link><pubDate>Thu, 01 May 2025 00:00:00 +0000</pubDate><guid>https://alamb.github.io/parquet-site/blog/2025/05/01/1.15.2/</guid><description>&lt;p&gt;The &lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.15.2/apache-parquet-1.15.2.tar.gz"&gt;latest version of parquet-java is 1.15.2&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For the changes, please check out the &lt;a href="https://github.com/apache/parquet-java/releases/tag/apache-parquet-1.15.2"&gt;Release on Github&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/iceberg/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.15.2/apache-parquet-1.15.2.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.15.2/apache-parquet-1.15.2.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The &lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.4/apache-parquet-1.14.4.tar.gz"&gt;latest version of parquet-java on the previous minor branch is 1.14.4&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/iceberg/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.4/apache-parquet-1.14.4.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.4/apache-parquet-1.14.4.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="downloading-from-the-maven-central-repository"&gt;Downloading from the Maven central repository&lt;/h3&gt;
&lt;p&gt;The Parquet team publishes its &lt;a href="https://search.maven.org/search?q=g:org.apache.parquet"&gt;releases to Maven Central&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>2.11.0</title><link>https://alamb.github.io/parquet-site/blog/2025/03/23/2.11.0/</link><pubDate>Sun, 23 Mar 2025 00:00:00 +0000</pubDate><guid>https://alamb.github.io/parquet-site/blog/2025/03/23/2.11.0/</guid><description>&lt;p&gt;&lt;a href="https://github.com/apache/parquet-format/releases/tag/apache-parquet-format-2.11.0"&gt;Github Release Link&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://dlcdn.apache.org/parquet/apache-parquet-format-2.11.0/apache-parquet-format-2.11.0.tar.gz"&gt;latest version of parquet-format is 2.11.0&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dlcdn.apache.org/parquet/apache-parquet-format-2.11.0/apache-parquet-format-2.11.0.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dlcdn.apache.org/parquet/apache-parquet-format-2.11.0/apache-parquet-format-2.11.0.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Older releases can be found in the Archives of the Apache Software Foundation: &lt;a href="https://archive.apache.org/dist/parquet/"&gt;https://archive.apache.org/dist/parquet/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>1.15.1</title><link>https://alamb.github.io/parquet-site/blog/2025/03/16/1.15.1/</link><pubDate>Sun, 16 Mar 2025 00:00:00 +0000</pubDate><guid>https://alamb.github.io/parquet-site/blog/2025/03/16/1.15.1/</guid><description>&lt;p&gt;The &lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.15.1/apache-parquet-1.15.1.tar.gz"&gt;latest version of parquet-java is 1.15.1&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For the changes, please check out the &lt;a href="https://github.com/apache/parquet-java/releases/tag/apache-parquet-1.15.1"&gt;Release on Github&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/iceberg/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.15.1/apache-parquet-1.15.1.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.15.1/apache-parquet-1.15.1.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The &lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.4/apache-parquet-1.14.4.tar.gz"&gt;latest version of parquet-java on the previous minor branch is 1.14.4&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/iceberg/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.4/apache-parquet-1.14.4.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.4/apache-parquet-1.14.4.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="downloading-from-the-maven-central-repository"&gt;Downloading from the Maven central repository&lt;/h3&gt;
&lt;p&gt;The Parquet team publishes its &lt;a href="https://search.maven.org/search?q=g:org.apache.parquet"&gt;releases to Maven Central&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>1.15.0</title><link>https://alamb.github.io/parquet-site/blog/2024/12/02/1.15.0/</link><pubDate>Mon, 02 Dec 2024 00:00:00 +0000</pubDate><guid>https://alamb.github.io/parquet-site/blog/2024/12/02/1.15.0/</guid><description>&lt;p&gt;The &lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.15.0/apache-parquet-1.15.0.tar.gz"&gt;latest version of parquet-java is 1.15.0&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For the changes, please check out the &lt;a href="https://github.com/apache/parquet-java/releases/tag/apache-parquet-1.15.0"&gt;Release on Github&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/iceberg/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.15.0/apache-parquet-1.15.0.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.15.0/apache-parquet-1.15.0.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The &lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.15.0/apache-parquet-1.15.0.tar.gz"&gt;latest version of parquet-java on the previous minor branch is 1.15.0&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/iceberg/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="downloading-from-the-maven-central-repository"&gt;Downloading from the Maven central repository&lt;/h3&gt;
&lt;p&gt;The Parquet team publishes its &lt;a href="https://search.maven.org/search?q=g:org.apache.parquet"&gt;releases to Maven Central&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>1.14.4</title><link>https://alamb.github.io/parquet-site/blog/2024/11/11/1.14.4/</link><pubDate>Mon, 11 Nov 2024 00:00:00 +0000</pubDate><guid>https://alamb.github.io/parquet-site/blog/2024/11/11/1.14.4/</guid><description>&lt;p&gt;The &lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.4/apache-parquet-1.14.4.tar.gz"&gt;latest version of parquet-java is 1.14.4&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;With the following bugfixes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/apache/parquet-java/issues/3040"&gt;GH-3040&lt;/a&gt;: DictionaryFilter.canDrop may return false positive result when dict size exceeds 8k&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/apache/parquet-java/issues/3029"&gt;GH-3029&lt;/a&gt;: Fix EncryptionPropertiesHelper not to use &lt;code&gt;java.nio.file.Path&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/apache/parquet-java/pull/3042"&gt;GH-3042&lt;/a&gt;: Throw exception in BytesInput&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.4/apache-parquet-1.14.4.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.4/apache-parquet-1.14.4.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The &lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz"&gt;latest version of parquet-java on the previous minor branch is 1.13.1&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="downloading-from-the-maven-central-repository"&gt;Downloading from the Maven central repository&lt;/h3&gt;
&lt;p&gt;The Parquet team publishes its &lt;a href="https://search.maven.org/search?q=g:org.apache.parquet"&gt;releases to Maven Central&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>1.14.3</title><link>https://alamb.github.io/parquet-site/blog/2024/10/05/1.14.3/</link><pubDate>Sat, 05 Oct 2024 00:00:00 +0000</pubDate><guid>https://alamb.github.io/parquet-site/blog/2024/10/05/1.14.3/</guid><description>&lt;p&gt;The &lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.3/apache-parquet-1.14.3.tar.gz"&gt;latest version of parquet-java is 1.14.3&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.3/apache-parquet-1.14.3.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.3/apache-parquet-1.14.3.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The &lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz"&gt;latest version of parquet-java on the previous minor branch is 1.13.1&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="downloading-from-the-maven-central-repository"&gt;Downloading from the Maven central repository&lt;/h3&gt;
&lt;p&gt;The Parquet team publishes its &lt;a href="https://search.maven.org/search?q=g:org.apache.parquet"&gt;releases to Maven Central&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Add the following dependency section to your pom.xml:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; &amp;lt;dependencies&amp;gt;
 ...
 &amp;lt;dependency&amp;gt;
 &amp;lt;groupId&amp;gt;org.apache.parquet&amp;lt;/groupId&amp;gt;
 &amp;lt;artifactId&amp;gt;parquet-avro&amp;lt;/artifactId&amp;gt;
 &amp;lt;version&amp;gt;1.14.3&amp;lt;/version&amp;gt; &amp;lt;!-- or latest version --&amp;gt;
 &amp;lt;/dependency&amp;gt;
 ...
 &amp;lt;/dependencies&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="older-releases"&gt;Older Releases&lt;/h3&gt;
&lt;p&gt;Older releases can be found in the Archives of the Apache Software Foundation: &lt;a href="https://archive.apache.org/dist/parquet/"&gt;https://archive.apache.org/dist/parquet/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>1.14.2</title><link>https://alamb.github.io/parquet-site/blog/2024/08/26/1.14.2/</link><pubDate>Mon, 26 Aug 2024 00:00:00 +0000</pubDate><guid>https://alamb.github.io/parquet-site/blog/2024/08/26/1.14.2/</guid><description>&lt;p&gt;The &lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.2/apache-parquet-1.14.2.tar.gz"&gt;latest version of parquet-java is 1.14.2&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.2/apache-parquet-1.14.2.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.2/apache-parquet-1.14.2.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The &lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz"&gt;latest version of parquet-java on the previous minor branch is 1.13.1&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="downloading-from-the-maven-central-repository"&gt;Downloading from the Maven central repository&lt;/h3&gt;
&lt;p&gt;The Parquet team publishes its &lt;a href="https://search.maven.org/search?q=g:org.apache.parquet"&gt;releases to Maven Central&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Add the following dependency section to your pom.xml:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; &amp;lt;dependencies&amp;gt;
 ...
 &amp;lt;dependency&amp;gt;
 &amp;lt;groupId&amp;gt;org.apache.parquet&amp;lt;/groupId&amp;gt;
 &amp;lt;artifactId&amp;gt;parquet-avro&amp;lt;/artifactId&amp;gt;
 &amp;lt;version&amp;gt;1.14.2&amp;lt;/version&amp;gt; &amp;lt;!-- or latest version --&amp;gt;
 &amp;lt;/dependency&amp;gt;
 ...
 &amp;lt;/dependencies&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="older-releases"&gt;Older Releases&lt;/h3&gt;
&lt;p&gt;Older releases can be found in the Archives of the Apache Software Foundation: &lt;a href="https://archive.apache.org/dist/parquet/"&gt;https://archive.apache.org/dist/parquet/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>1.14.1</title><link>https://alamb.github.io/parquet-site/blog/2024/06/16/1.14.1/</link><pubDate>Sun, 16 Jun 2024 00:00:00 +0000</pubDate><guid>https://alamb.github.io/parquet-site/blog/2024/06/16/1.14.1/</guid><description>&lt;p&gt;The &lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.1/apache-parquet-1.14.1.tar.gz"&gt;latest version of parquet-java is 1.14.1&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.1/apache-parquet-1.14.1.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.1/apache-parquet-1.14.1.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The &lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz"&gt;latest version of parquet-java on the previous minor branch is 1.13.1&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="downloading-from-the-maven-central-repository"&gt;Downloading from the Maven central repository&lt;/h3&gt;
&lt;p&gt;The Parquet team publishes its &lt;a href="https://search.maven.org/search?q=g:org.apache.parquet"&gt;releases to Maven Central&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Add the following dependency section to your pom.xml:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; &amp;lt;dependencies&amp;gt;
 ...
 &amp;lt;dependency&amp;gt;
 &amp;lt;groupId&amp;gt;org.apache.parquet&amp;lt;/groupId&amp;gt;
 &amp;lt;artifactId&amp;gt;parquet-avro&amp;lt;/artifactId&amp;gt;
 &amp;lt;version&amp;gt;1.14.1&amp;lt;/version&amp;gt; &amp;lt;!-- or latest version --&amp;gt;
 &amp;lt;/dependency&amp;gt;
 ...
 &amp;lt;/dependencies&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="older-releases"&gt;Older Releases&lt;/h3&gt;
&lt;p&gt;Older releases can be found in the Archives of the Apache Software Foundation: &lt;a href="https://archive.apache.org/dist/parquet/"&gt;https://archive.apache.org/dist/parquet/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>1.14.0</title><link>https://alamb.github.io/parquet-site/blog/2024/05/07/1.14.0/</link><pubDate>Tue, 07 May 2024 00:00:00 +0000</pubDate><guid>https://alamb.github.io/parquet-site/blog/2024/05/07/1.14.0/</guid><description>&lt;p&gt;The &lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.0/apache-parquet-1.14.0.tar.gz"&gt;latest version of parquet-java is 1.14.0&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.0/apache-parquet-1.14.0.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.0/apache-parquet-1.14.0.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The &lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz"&gt;latest version of parquet-java on the previous minor branch is 1.13.1&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="downloading-from-the-maven-central-repository"&gt;Downloading from the Maven central repository&lt;/h3&gt;
&lt;p&gt;The Parquet team publishes its &lt;a href="https://search.maven.org/search?q=g:org.apache.parquet"&gt;releases to Maven Central&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Add the following dependency section to your pom.xml:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; &amp;lt;dependencies&amp;gt;
 ...
 &amp;lt;dependency&amp;gt;
 &amp;lt;groupId&amp;gt;org.apache.parquet&amp;lt;/groupId&amp;gt;
 &amp;lt;artifactId&amp;gt;parquet-avro&amp;lt;/artifactId&amp;gt;
 &amp;lt;version&amp;gt;1.14.0&amp;lt;/version&amp;gt; &amp;lt;!-- or latest version --&amp;gt;
 &amp;lt;/dependency&amp;gt;
 ...
 &amp;lt;/dependencies&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="older-releases"&gt;Older Releases&lt;/h3&gt;
&lt;p&gt;Older releases can be found in the Archives of the Apache Software Foundation: &lt;a href="https://archive.apache.org/dist/parquet/"&gt;https://archive.apache.org/dist/parquet/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>2.10.0</title><link>https://alamb.github.io/parquet-site/blog/2023/11/20/2.10.0/</link><pubDate>Mon, 20 Nov 2023 00:00:00 +0000</pubDate><guid>https://alamb.github.io/parquet-site/blog/2023/11/20/2.10.0/</guid><description>&lt;p&gt;&lt;a href="https://github.com/apache/parquet-format/releases/tag/apache-parquet-format-2.10.0"&gt;Github Release Link&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://dlcdn.apache.org/parquet/apache-parquet-format-2.10.0/apache-parquet-format-2.10.0.tar.gz"&gt;latest version of parquet-format is 2.10.0&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dlcdn.apache.org/parquet/apache-parquet-format-2.10.0/apache-parquet-format-2.10.0.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dlcdn.apache.org/parquet/apache-parquet-format-2.10.0/apache-parquet-format-2.10.0.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Older releases can be found in the Archives of the Apache Software Foundation: &lt;a href="https://archive.apache.org/dist/parquet/"&gt;https://archive.apache.org/dist/parquet/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>1.13.1</title><link>https://alamb.github.io/parquet-site/blog/2023/05/18/1.13.1/</link><pubDate>Thu, 18 May 2023 00:00:00 +0000</pubDate><guid>https://alamb.github.io/parquet-site/blog/2023/05/18/1.13.1/</guid><description>&lt;p&gt;The &lt;a href="https://downloads.apache.org/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz"&gt;latest version of parquet-java is 1.13.1&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The &lt;a href="https://downloads.apache.org/parquet/apache-parquet-1.12.3/apache-parquet-1.12.3.tar.gz"&gt;latest version of parquet-java on the previous minor branch is 1.12.3&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/apache-parquet-1.12.3/apache-parquet-1.12.3.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/apache-parquet-1.12.3/apache-parquet-1.12.3.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="downloading-from-the-maven-central-repository"&gt;Downloading from the Maven central repository&lt;/h3&gt;
&lt;p&gt;The Parquet team publishes its &lt;a href="https://search.maven.org/search?q=g:org.apache.parquet"&gt;releases to Maven Central&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Add the following dependency section to your pom.xml:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; &amp;lt;dependencies&amp;gt;
 ...
 &amp;lt;dependency&amp;gt;
 &amp;lt;groupId&amp;gt;org.apache.parquet&amp;lt;/groupId&amp;gt;
 &amp;lt;artifactId&amp;gt;parquet-avro&amp;lt;/artifactId&amp;gt;
 &amp;lt;version&amp;gt;1.13.1&amp;lt;/version&amp;gt; &amp;lt;!-- or latest version --&amp;gt;
 &amp;lt;/dependency&amp;gt;
 ...
 &amp;lt;/dependencies&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="older-releases"&gt;Older Releases&lt;/h3&gt;
&lt;p&gt;Older releases can be found in the Archives of the Apache Software Foundation: &lt;a href="https://archive.apache.org/dist/parquet/"&gt;https://archive.apache.org/dist/parquet/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>1.13.0</title><link>https://alamb.github.io/parquet-site/blog/2023/04/06/1.13.0/</link><pubDate>Thu, 06 Apr 2023 00:00:00 +0000</pubDate><guid>https://alamb.github.io/parquet-site/blog/2023/04/06/1.13.0/</guid><description>&lt;p&gt;The &lt;a href="https://downloads.apache.org/parquet/apache-parquet-1.13.0/apache-parquet-1.13.0.tar.gz"&gt;latest version of parquet-java is 1.13.0&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/apache-parquet-1.13.0/apache-parquet-1.13.0.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/apache-parquet-1.13.0/apache-parquet-1.13.0.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The &lt;a href="https://downloads.apache.org/parquet/apache-parquet-1.12.3/apache-parquet-1.12.3.tar.gz"&gt;latest version of parquet-java on the previous minor branch is 1.12.3&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/apache-parquet-1.12.3/apache-parquet-1.12.3.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/apache-parquet-1.12.3/apache-parquet-1.12.3.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="downloading-from-the-maven-central-repository"&gt;Downloading from the Maven central repository&lt;/h3&gt;
&lt;p&gt;The Parquet team publishes its &lt;a href="https://search.maven.org/search?q=g:org.apache.parquet"&gt;releases to Maven Central&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Add the following dependency section to your pom.xml:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; &amp;lt;dependencies&amp;gt;
 ...
 &amp;lt;dependency&amp;gt;
 &amp;lt;groupId&amp;gt;org.apache.parquet&amp;lt;/groupId&amp;gt;
 &amp;lt;artifactId&amp;gt;parquet-avro&amp;lt;/artifactId&amp;gt;
 &amp;lt;version&amp;gt;1.13.0&amp;lt;/version&amp;gt; &amp;lt;!-- or latest version --&amp;gt;
 &amp;lt;/dependency&amp;gt;
 ...
 &amp;lt;/dependencies&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="older-releases"&gt;Older Releases&lt;/h3&gt;
&lt;p&gt;Older releases can be found in the Archives of the Apache Software Foundation: &lt;a href="https://archive.apache.org/dist/parquet/"&gt;https://archive.apache.org/dist/parquet/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>1.12.3</title><link>https://alamb.github.io/parquet-site/blog/2022/05/26/1.12.3/</link><pubDate>Thu, 26 May 2022 00:00:00 +0000</pubDate><guid>https://alamb.github.io/parquet-site/blog/2022/05/26/1.12.3/</guid><description>&lt;p&gt;The &lt;a href="https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-1.12.3/apache-parquet-1.12.3.tar.gz"&gt;latest version of parquet-java is 1.12.3&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/apache-parquet-1.12.3/apache-parquet-1.12.3.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/apache-parquet-1.12.3/apache-parquet-1.12.3.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The &lt;a href="https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-1.11.2/apache-parquet-1.11.2.tar.gz"&gt;latest version of parquet-java on the previous minor branch is 1.11.2&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/apache-parquet-1.11.2/apache-parquet-1.11.2.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/apache-parquet-1.11.2/apache-parquet-1.11.2.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="downloading-from-the-maven-central-repository"&gt;Downloading from the Maven central repository&lt;/h3&gt;
&lt;p&gt;The Parquet team publishes its &lt;a href="https://search.maven.org/search?q=g:org.apache.parquet"&gt;releases to Maven Central&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Add the following dependency section to your pom.xml:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; &amp;lt;dependencies&amp;gt;
 ...
 &amp;lt;dependency&amp;gt;
 &amp;lt;groupId&amp;gt;org.apache.parquet&amp;lt;/groupId&amp;gt;
 &amp;lt;artifactId&amp;gt;parquet-avro&amp;lt;/artifactId&amp;gt;
 &amp;lt;version&amp;gt;1.12.3&amp;lt;/version&amp;gt; &amp;lt;!-- or latest version --&amp;gt;
 &amp;lt;/dependency&amp;gt;
 ...
 &amp;lt;/dependencies&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="older-releases"&gt;Older Releases&lt;/h3&gt;
&lt;p&gt;Older releases can be found in the Archives of the Apache Software Foundation: &lt;a href="https://archive.apache.org/dist/parquet/"&gt;https://archive.apache.org/dist/parquet/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>1.12.2</title><link>https://alamb.github.io/parquet-site/blog/2021/10/06/1.12.2/</link><pubDate>Wed, 06 Oct 2021 00:00:00 +0000</pubDate><guid>https://alamb.github.io/parquet-site/blog/2021/10/06/1.12.2/</guid><description>&lt;p&gt;The &lt;a href="https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-1.12.2/apache-parquet-1.12.2.tar.gz"&gt;latest version of parquet-java is 1.12.2&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/apache-parquet-1.12.2/apache-parquet-1.12.2.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/apache-parquet-1.12.2/apache-parquet-1.12.2.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The &lt;a href="https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-1.11.2/apache-parquet-1.11.2.tar.gz"&gt;latest version of parquet-java on the previous minor branch is 1.11.2&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/apache-parquet-1.11.2/apache-parquet-1.11.2.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/apache-parquet-1.11.2/apache-parquet-1.11.2.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="downloading-from-the-maven-central-repository"&gt;Downloading from the Maven central repository&lt;/h3&gt;
&lt;p&gt;The Parquet team publishes its &lt;a href="https://search.maven.org/search?q=g:org.apache.parquet"&gt;releases to Maven Central&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Add the following dependency section to your pom.xml:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; &amp;lt;dependencies&amp;gt;
 ...
 &amp;lt;dependency&amp;gt;
 &amp;lt;groupId&amp;gt;org.apache.parquet&amp;lt;/groupId&amp;gt;
 &amp;lt;artifactId&amp;gt;parquet-avro&amp;lt;/artifactId&amp;gt;
 &amp;lt;version&amp;gt;1.12.2&amp;lt;/version&amp;gt; &amp;lt;!-- or latest version --&amp;gt;
 &amp;lt;/dependency&amp;gt;
 ...
 &amp;lt;/dependencies&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="older-releases"&gt;Older Releases&lt;/h3&gt;
&lt;p&gt;Older releases can be found in the Archives of the Apache Software Foundation: &lt;a href="https://archive.apache.org/dist/parquet/"&gt;https://archive.apache.org/dist/parquet/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>2.9.0</title><link>https://alamb.github.io/parquet-site/blog/2021/10/06/2.9.0/</link><pubDate>Wed, 06 Oct 2021 00:00:00 +0000</pubDate><guid>https://alamb.github.io/parquet-site/blog/2021/10/06/2.9.0/</guid><description>&lt;p&gt;&lt;a href="https://github.com/apache/parquet-format/releases/tag/apache-parquet-format-2.9.0"&gt;Github Release Link&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://dlcdn.apache.org/parquet/apache-parquet-format-2.9.0/apache-parquet-format-2.9.0.tar.gz"&gt;latest version of parquet-format is 2.9.0&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dlcdn.apache.org/parquet/apache-parquet-format-2.9.0/apache-parquet-format-2.9.0.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dlcdn.apache.org/parquet/apache-parquet-format-2.9.0/apache-parquet-format-2.9.0.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="older-releases"&gt;Older Releases&lt;/h3&gt;
&lt;p&gt;Older releases can be found in the Archives of the Apache Software Foundation: &lt;a href="https://archive.apache.org/dist/parquet/"&gt;https://archive.apache.org/dist/parquet/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>2.8.0</title><link>https://alamb.github.io/parquet-site/blog/2020/01/13/2.8.0/</link><pubDate>Mon, 13 Jan 2020 00:00:00 +0000</pubDate><guid>https://alamb.github.io/parquet-site/blog/2020/01/13/2.8.0/</guid><description>&lt;p&gt;&lt;a href="https://github.com/apache/parquet-format/releases/tag/apache-parquet-format-2.8.0"&gt;Github Release Link&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://dlcdn.apache.org/parquet/apache-parquet-format-2.8.0/apache-parquet-format-2.8.0.tar.gz"&gt;latest version of parquet-format is 2.8.0&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dlcdn.apache.org/parquet/apache-parquet-format-2.8.0/apache-parquet-format-2.8.0.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dlcdn.apache.org/parquet/apache-parquet-format-2.8.0/apache-parquet-format-2.8.0.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="older-releases"&gt;Older Releases&lt;/h3&gt;
&lt;p&gt;Older releases can be found in the Archives of the Apache Software Foundation: &lt;a href="https://archive.apache.org/dist/parquet/"&gt;https://archive.apache.org/dist/parquet/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>2.7.0</title><link>https://alamb.github.io/parquet-site/blog/2019/09/25/2.7.0/</link><pubDate>Wed, 25 Sep 2019 00:00:00 +0000</pubDate><guid>https://alamb.github.io/parquet-site/blog/2019/09/25/2.7.0/</guid><description>&lt;p&gt;&lt;a href="https://github.com/apache/parquet-format/releases/tag/apache-parquet-format-2.7.0"&gt;Github Release Link&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://dlcdn.apache.org/parquet/apache-parquet-format-2.7.0/apache-parquet-format-2.7.0.tar.gz"&gt;latest version of parquet-format is 2.7.0&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To &lt;a href="https://www.apache.org/info/verification.html"&gt;check the validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://downloads.apache.org/parquet/KEYS"&gt;Release manager OpenPGP key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dlcdn.apache.org/parquet/apache-parquet-format-2.7.0/apache-parquet-format-2.7.0.tar.gz.asc"&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dlcdn.apache.org/parquet/apache-parquet-format-2.7.0/apache-parquet-format-2.7.0.tar.gz.sha512"&gt;SHA-512&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="older-releases"&gt;Older Releases&lt;/h3&gt;
&lt;p&gt;Older releases can be found in the Archives of the Apache Software Foundation: &lt;a href="https://archive.apache.org/dist/parquet/"&gt;https://archive.apache.org/dist/parquet/&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>