This is an automated email from the ASF dual-hosted git repository.
julien pushed a commit to branch julienledem-patch-1
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
The following commit(s) were added to refs/heads/julienledem-patch-1 by this
push:
new 6c45ef341 Update README.md
6c45ef341 is described below
commit 6c45ef3418a1f7634e6234a32ad655173ce4050d
Author: Julien Le Dem <[email protected]>
AuthorDate: Tue May 21 19:21:25 2024 -0400
Update README.md
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index fa947935b..f9a70ce9b 100644
--- a/README.md
+++ b/README.md
@@ -17,10 +17,10 @@
~ under the License.
-->
-Parquet MR [](https://github.com/apache/parquet-mr/actions)
+Parquet MR [](https://github.com/apache/parquet-java/actions)
======
-Parquet-MR contains the java implementation of the [Parquet
format](https://github.com/apache/parquet-format).
+Parquet-java contains the java implementation of the [Parquet
format](https://github.com/apache/parquet-format).
Parquet is a columnar storage format for Hadoop; it provides efficient storage
and encoding of data.
Parquet uses the [record shredding and assembly
algorithm](https://github.com/julienledem/redelm/wiki/The-striping-and-assembly-algorithms-from-the-Dremel-paper)
described in the Dremel paper to represent nested structures.
@@ -28,7 +28,7 @@ You can find some details about the format and intended use
cases in our [Hadoop
## Building
-Parquet-MR uses Maven to build and depends on the thrift compiler (protoc is
now managed by maven plugin).
+Parquet-java uses Maven to build and depends on the thrift compiler (protoc is
now managed by maven plugin).
### Install Thrift
@@ -212,7 +212,7 @@ Thank you for getting involved!
## Authors and contributors
-* [Contributors](https://github.com/apache/parquet-mr/graphs/contributors)
+* [Contributors](https://github.com/apache/parquet-java/graphs/contributors)
* [Committers](dev/COMMITTERS.md)
## Code of Conduct