You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by ga...@apache.org on 2023/04/14 01:58:05 UTC

[parquet-mr] branch master updated: PARQUET-2269: Update version in README.md (#1053)

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

gangwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git


The following commit(s) were added to refs/heads/master by this push:
     new 62f2bb61e PARQUET-2269: Update version in README.md (#1053)
62f2bb61e is described below

commit 62f2bb61e32549dacc5a389de625f75fd774358a
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Fri Apr 14 03:57:57 2023 +0200

    PARQUET-2269: Update version in README.md (#1053)
    
    And add myself to the list of committers
---
 README.md         | 14 +++++++-------
 dev/COMMITTERS.md | 57 ++++++++++++++++++++++++++++---------------------------
 2 files changed, 36 insertions(+), 35 deletions(-)

diff --git a/README.md b/README.md
index 378868e51..8514a701d 100644
--- a/README.md
+++ b/README.md
@@ -157,29 +157,30 @@ The build runs in [GitHub Actions](https://github.com/apache/parquet-mr/actions)
 [![Build Status](https://github.com/apache/parquet-mr/workflows/Test/badge.svg)](https://github.com/apache/parquet-mr/actions)
 
 ## Add Parquet as a dependency in Maven
-The current release is version `1.12.0`
+
+The current release is version `1.13.0`
 
 ```xml
   <dependencies>
     <dependency>
       <groupId>org.apache.parquet</groupId>
       <artifactId>parquet-common</artifactId>
-      <version>1.12.0</version>
+      <version>1.13.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.parquet</groupId>
       <artifactId>parquet-encoding</artifactId>
-      <version>1.12.0</version>
+      <version>1.13.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.parquet</groupId>
       <artifactId>parquet-column</artifactId>
-      <version>1.12.0</version>
+      <version>1.13.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.parquet</groupId>
       <artifactId>parquet-hadoop</artifactId>
-      <version>1.12.0</version>
+      <version>1.13.0</version>
     </dependency>
   </dependencies>
 ```
@@ -222,10 +223,9 @@ We hold ourselves and the Parquet developer community to two codes of conduct:
 
 ## Discussions
 * Mailing list: [dev@parquet.apache.org](http://mail-archives.apache.org/mod_mbox/parquet-dev/)
-* Bug trackter: [jira](https://issues.apache.org/jira/browse/PARQUET)
+* Bug tracker: [jira](https://issues.apache.org/jira/browse/PARQUET)
 * Discussions also take place in github pull requests
 
 ## License
 
 Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
-See also:
diff --git a/dev/COMMITTERS.md b/dev/COMMITTERS.md
index 38e7e5989..34be24638 100644
--- a/dev/COMMITTERS.md
+++ b/dev/COMMITTERS.md
@@ -23,34 +23,35 @@ The official list of committers can be found here: [Apache Parquet Committers an
 
 Below is more information about each committer (in alphabetical order). If this information becomes out of date, please send a PR to update!
                                                                 
-| Name                   | Apache Id       | github id           | JIRA id        |
-|------------------------|-----------------|---------------------|----------------|
-| Alex Levenson          | alexlevenson    | @isnotinvain        | alexlevenson   |                            
-| Aniket Mokashi         | aniket486       | @aniket486          |                |
-| Brock Noland           | brock           | @brockn             |                |
-| Cheng Lian             | lian            | @liancheng          | liancheng      |
-| Chris Aniszczyk        | caniszczyk      | @caniszczyk         |                |
-| Chris Mattmann         | mattmann        | @chrismattmann      |                |
-| Daniel C. Weeks        | dweeks          | @danielcweeks       |                | 
-| Dmitriy Ryaboy         | dvryaboy        | @dvryaboy           |                |
-| Gang Wu                | gangwu          | @wgtmac             |                |
-| Jake Farrell           | jfarrell        |                     |                |
-| Jonathan Coveney       | jcoveney        | @jcoveney           |                |
-| Julien Le Dem          | julien          | @julienledem        | julienledem    |
-| Lukas Nalezenec        | lukas           | @lukasnalezenec     |                |
-| Marcel Kornacker       | marcel          | @mkornacker         |                |
-| Mickael Lacour         | mlacour         | @mickaellcr         |                |
-| Nong Li                | nong            | @nongli             |                |
-| Remy Pecqueur          | rpecqueur       | @Lordshinjo         |                |
-| Roman Shaposhnik       | rvs             | @rvs                |                |
-| Ryan Blue              | blue            | @rdblue             |                |
-| Sergio Pena            | spena           | @spena              | spena          |
-| Tianshuo Deng          | tianshuo        | @tsdeng             |                |
-| Todd Lipcon            | todd            | @toddlipcon         |                |
-| Tom White              | tomwhite        | @tomwhite           |                |
-| Wes McKinney           | wesm            | @wesm               |                |
-| Wesley Graham Peck     | wesleypeck      | @wesleypeck         |                |
-| Xinli Shang            | shangxinli      | @shangxinli         |                |
+| Name               | Apache Id    | github id       | JIRA id      |
+|--------------------|--------------|-----------------|--------------|
+| Alex Levenson      | alexlevenson | @isnotinvain    | alexlevenson |                            
+| Aniket Mokashi     | aniket486    | @aniket486      |              |
+| Brock Noland       | brock        | @brockn         |              |
+| Cheng Lian         | lian         | @liancheng      | liancheng    |
+| Chris Aniszczyk    | caniszczyk   | @caniszczyk     |              |
+| Chris Mattmann     | mattmann     | @chrismattmann  |              |
+| Daniel C. Weeks    | dweeks       | @danielcweeks   |              | 
+| Dmitriy Ryaboy     | dvryaboy     | @dvryaboy       |              |
+| Fokko Driesprong   | Fokko        | @Fokko          | fokko        |
+| Gang Wu            | gangwu       | @wgtmac         |              |
+| Jake Farrell       | jfarrell     |                 |              |
+| Jonathan Coveney   | jcoveney     | @jcoveney       |              |
+| Julien Le Dem      | julien       | @julienledem    | julienledem  |
+| Lukas Nalezenec    | lukas        | @lukasnalezenec |              |
+| Marcel Kornacker   | marcel       | @mkornacker     |              |
+| Mickael Lacour     | mlacour      | @mickaellcr     |              |
+| Nong Li            | nong         | @nongli         |              |
+| Remy Pecqueur      | rpecqueur    | @Lordshinjo     |              |
+| Roman Shaposhnik   | rvs          | @rvs            |              |
+| Ryan Blue          | blue         | @rdblue         |              |
+| Sergio Pena        | spena        | @spena          | spena        |
+| Tianshuo Deng      | tianshuo     | @tsdeng         |              |
+| Todd Lipcon        | todd         | @toddlipcon     |              |
+| Tom White          | tomwhite     | @tomwhite       |              |
+| Wes McKinney       | wesm         | @wesm           |              |
+| Wesley Graham Peck | wesleypeck   | @wesleypeck     |              |
+| Xinli Shang        | shangxinli   | @shangxinli     |              |
 
 
 # Reviewing guidelines: