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

emkornfield 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 698d507  Update 'sub-projects.md' (#79)
698d507 is described below

commit 698d5076fbee3c0cc775a0ae7092f69d54af5f69
Author: Fokko Driesprong <[email protected]>
AuthorDate: Thu Jul 25 09:54:38 2024 +0200

    Update 'sub-projects.md' (#79)
---
 content/en/docs/Contribution Guidelines/sub-projects.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/en/docs/Contribution Guidelines/sub-projects.md 
b/content/en/docs/Contribution Guidelines/sub-projects.md
index 0351d7f..1577dfa 100644
--- a/content/en/docs/Contribution Guidelines/sub-projects.md   
+++ b/content/en/docs/Contribution Guidelines/sub-projects.md   
@@ -8,7 +8,7 @@ description: >
 
 The [parquet-format](https://github.com/apache/parquet-format) project 
contains format specifications and Thrift definitions of metadata required to 
properly read Parquet files.
 
-The [parquet-mr](https://github.com/apache/parquet-mr) project contains 
multiple sub-modules, which implement the core components of reading and 
writing a nested, column-oriented data stream, map this core onto the parquet 
format, and provide Hadoop Input/Output Formats, Pig loaders, and other 
Java-based utilities for interacting with Parquet.
+The [parquet-java](https://github.com/apache/parquet-java) project contains 
multiple sub-modules, which implement the core components of reading and 
writing a nested, column-oriented data stream, map this core onto the parquet 
format, and provide Hadoop Input/Output Formats, Pig loaders, and other 
Java-based utilities for interacting with Parquet.
 
 The [parquet-cpp](https://arrow.apache.org/docs/cpp/parquet.html) project is a 
C++ library to read-write Parquet files. It is part of the [Apache 
Arrow](https://arrow.apache.org/) C++ implementation, with bindings to Python, 
R, Ruby and C/GLib.
 

Reply via email to