You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ra...@apache.org on 2023/01/18 08:34:19 UTC

[arrow] 03/10: GH-33705: [R] Fix link on README (#33706)

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

raulcd pushed a commit to branch maint-11.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit 3a2f3650eda22d109d5082c42b0fea0bfbb61310
Author: Dewey Dunnington <de...@fishandwhistle.net>
AuthorDate: Mon Jan 16 13:41:45 2023 -0400

    GH-33705: [R] Fix link on README (#33706)
    
    Fixes a link and removes a reference to "feather" that was sitting front and centre.
    * Closes: #33705
    
    Lead-authored-by: Dewey Dunnington <de...@voltrondata.com>
    Co-authored-by: Dewey Dunnington <de...@fishandwhistle.net>
    Co-authored-by: Nic Crane <th...@gmail.com>
    Signed-off-by: Dewey Dunnington <de...@voltrondata.com>
---
 r/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/r/README.md b/r/README.md
index 28f9e192f8..3551e92bff 100644
--- a/r/README.md
+++ b/r/README.md
@@ -22,7 +22,7 @@ The arrow package provides functionality for a wide range of data analysis
 tasks. It allows users to read and write data in a variety formats:
 
 -   Read and write Parquet files, an efficient and widely used columnar format
--   Read and write Feather files, a format optimized for speed and
+-   Read and write Arrow (formerly known as Feather) files, a format optimized for speed and
     interoperability
 -   Read and write CSV files with excellent speed and efficiency
 -   Read and write multi-file and larger-than-memory datasets