You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by sh...@apache.org on 2021/09/15 05:21:22 UTC

[parquet-site] branch asf-site updated (8f0e120 -> 249ddc1)

This is an automated email from the ASF dual-hosted git repository.

shangxinli pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/parquet-site.git.


 discard 8f0e120  Add more change
 discard 32e9336   Update parquet-mr-1.12.1 release info to download page
     new 249ddc1  Update parquet-mr-1.12.1 release info to download page

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8f0e120)
            \
             N -- N -- N   refs/heads/asf-site (249ddc1)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:

[parquet-site] 01/01: Update parquet-mr-1.12.1 release info to download page

Posted by sh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

shangxinli pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/parquet-site.git

commit 249ddc1ef91280c3695907ec63b4fda2777375c7
Author: Xinli shang <sh...@uber.com>
AuthorDate: Tue Sep 14 21:56:59 2021 -0700

    Update parquet-mr-1.12.1 release info to download page
---
 output/downloads/index.html | 8 ++++----
 source/downloads.html.md    | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/output/downloads/index.html b/output/downloads/index.html
index 9e36b24..fff5064 100644
--- a/output/downloads/index.html
+++ b/output/downloads/index.html
@@ -144,14 +144,14 @@
 
 <h2 id="parquet-mr">Parquet MR</h2>
 
-<p>The <a href="https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-1.12.0/apache-parquet-1.12.0.tar.gz">latest version of parquet-mr is 1.12.0</a>.</p>
+<p>The <a href="https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-1.12.1/apache-parquet-1.12.1.tar.gz">latest version of parquet-mr is 1.12.1</a>.</p>
 
 <p>To <a href="https://www.apache.org/info/verification.html">check the validity</a> of this release, use its:</p>
 
 <ul>
 <li><a href="https://downloads.apache.org/parquet/KEYS">Release manager OpenPGP key</a></li>
-<li><a href="https://downloads.apache.org/parquet/apache-parquet-1.12.0/apache-parquet-1.12.0.tar.gz.asc">OpenPGP signature</a></li>
-<li><a href="https://downloads.apache.org/parquet/apache-parquet-1.12.0/apache-parquet-1.12.0.tar.gz.sha512">SHA-512</a></li>
+<li><a href="https://downloads.apache.org/parquet/apache-parquet-1.12.1/apache-parquet-1.12.1.tar.gz.asc">OpenPGP signature</a></li>
+<li><a href="https://downloads.apache.org/parquet/apache-parquet-1.12.1/apache-parquet-1.12.1.tar.gz.sha512">SHA-512</a></li>
 </ul>
 
 <h3 id="downloading-from-the-maven-central-repository">Downloading from the Maven central repository</h3>
@@ -164,7 +164,7 @@
    &lt;dependency&gt;
       &lt;groupId&gt;org.apache.parquet&lt;/groupId&gt;
       &lt;artifactId&gt;parquet-avro&lt;/artifactId&gt;
-      &lt;version&gt;1.12.0&lt;/version&gt; &lt;!-- or latest version --&gt;
+      &lt;version&gt;1.12.1&lt;/version&gt; &lt;!-- or latest version --&gt;
    &lt;/dependency&gt;
 ...
 &lt;/dependencies&gt;
diff --git a/source/downloads.html.md b/source/downloads.html.md
index f87d3ef..67ccb11 100644
--- a/source/downloads.html.md
+++ b/source/downloads.html.md
@@ -12,13 +12,13 @@ To [check the validity](https://www.apache.org/info/verification.html) of this r
 
 ## Parquet MR
 
-The [latest version of parquet-mr is 1.12.0](https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-1.12.0/apache-parquet-1.12.0.tar.gz).
+The [latest version of parquet-mr is 1.12.1](https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-1.12.1/apache-parquet-1.12.1.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-1.12.0/apache-parquet-1.12.0.tar.gz.asc)
- * [SHA-512](https://downloads.apache.org/parquet/apache-parquet-1.12.0/apache-parquet-1.12.0.tar.gz.sha512)
+ * [OpenPGP signature](https://downloads.apache.org/parquet/apache-parquet-1.12.1/apache-parquet-1.12.1.tar.gz.asc)
+ * [SHA-512](https://downloads.apache.org/parquet/apache-parquet-1.12.1/apache-parquet-1.12.1.tar.gz.sha512)
 
 ### Downloading from the Maven central repository
 
@@ -31,7 +31,7 @@ Add the following dependency section to your pom.xml:
 	   <dependency>
           <groupId>org.apache.parquet</groupId>
           <artifactId>parquet-avro</artifactId>
-          <version>1.12.0</version> <!-- or latest version -->
+          <version>1.12.1</version> <!-- or latest version -->
        </dependency>
     ...
     </dependencies>