forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-31148: [Dev] Update URLs in the repo to point to main (apach…
…e#34218) * Closes: apache#31148 * Closes: apache#33215 * Closes: apache#32804 * Closes: apache#34232 Authored-by: Joris Van den Bossche <[email protected]> Signed-off-by: Joris Van den Bossche <[email protected]>
- Loading branch information
1 parent
fe19160
commit 157b8f5
Showing
72 changed files
with
164 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ To contribute a patch: | |
harder to merge in a large change with a lot of disjoint features. | ||
2. If one doesn't already exist, create a JIRA for your patch on the [Arrow Project | ||
JIRA](https://issues.apache.org/jira/browse/ARROW). | ||
3. Submit the patch as a GitHub pull request against the master branch. For a | ||
3. Submit the patch as a GitHub pull request against the main branch. For a | ||
tutorial, see the GitHub guides on [forking a repo](https://help.github.com/en/articles/fork-a-repo) | ||
and [sending a pull request](https://help.github.com/en/articles/creating-a-pull-request-from-a-fork). So that your pull request syncs with the JIRA issue, prefix your pull request | ||
name with the JIRA issue id (ex: [ARROW-767: [C++] Filesystem abstraction](https://github.com/apache/arrow/pull/4225)) | ||
|
@@ -67,6 +67,6 @@ file. | |
Thank you in advance for your contributions! | ||
|
||
[1]: mailto:[email protected] | ||
[2]: https://github.com/apache/arrow/tree/master/format | ||
[2]: https://github.com/apache/arrow/tree/main/format | ||
[3]: https://issues.apache.org/jira/browse/ARROW | ||
[4]: https://github.com/apache/arrow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
# Apache Arrow | ||
|
||
[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/arrow.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:arrow) | ||
[![License](http://img.shields.io/:license-Apache%202-blue.svg)](https://github.com/apache/arrow/blob/master/LICENSE.txt) | ||
[![License](http://img.shields.io/:license-Apache%202-blue.svg)](https://github.com/apache/arrow/blob/main/LICENSE.txt) | ||
[![Twitter Follow](https://img.shields.io/twitter/follow/apachearrow.svg?style=social&label=Follow)](https://twitter.com/apachearrow) | ||
|
||
## Powering In-Memory Analytics | ||
|
@@ -30,27 +30,27 @@ set of technologies that enable big data systems to process and move data fast. | |
|
||
Major components of the project include: | ||
|
||
- [The Arrow Columnar In-Memory Format](https://github.com/apache/arrow/blob/master/docs/source/format/Columnar.rst): | ||
- [The Arrow Columnar In-Memory Format](https://github.com/apache/arrow/blob/main/docs/source/format/Columnar.rst): | ||
a standard and efficient in-memory representation of various datatypes, plain or nested | ||
- [The Arrow IPC Format](https://github.com/apache/arrow/blob/master/docs/source/format/Columnar.rst#serialization-and-interprocess-communication-ipc): | ||
- [The Arrow IPC Format](https://github.com/apache/arrow/blob/main/docs/source/format/Columnar.rst#serialization-and-interprocess-communication-ipc): | ||
an efficient serialization of the Arrow format and associated metadata, | ||
for communication between processes and heterogeneous environments | ||
- [The Arrow Flight RPC protocol](https://github.com/apache/arrow/tree/master/format/Flight.proto): | ||
- [The Arrow Flight RPC protocol](https://github.com/apache/arrow/tree/main/format/Flight.proto): | ||
based on the Arrow IPC format, a building block for remote services exchanging | ||
Arrow data with application-defined semantics (for example a storage server or a database) | ||
- [C++ libraries](https://github.com/apache/arrow/tree/master/cpp) | ||
- [C bindings using GLib](https://github.com/apache/arrow/tree/master/c_glib) | ||
- [C# .NET libraries](https://github.com/apache/arrow/tree/master/csharp) | ||
- [Gandiva](https://github.com/apache/arrow/tree/master/cpp/src/gandiva): | ||
- [C++ libraries](https://github.com/apache/arrow/tree/main/cpp) | ||
- [C bindings using GLib](https://github.com/apache/arrow/tree/main/c_glib) | ||
- [C# .NET libraries](https://github.com/apache/arrow/tree/main/csharp) | ||
- [Gandiva](https://github.com/apache/arrow/tree/main/cpp/src/gandiva): | ||
an [LLVM](https://llvm.org)-based Arrow expression compiler, part of the C++ codebase | ||
- [Go libraries](https://github.com/apache/arrow/tree/master/go) | ||
- [Java libraries](https://github.com/apache/arrow/tree/master/java) | ||
- [JavaScript libraries](https://github.com/apache/arrow/tree/master/js) | ||
- [Plasma Object Store](https://github.com/apache/arrow/tree/master/cpp/src/plasma): | ||
- [Go libraries](https://github.com/apache/arrow/tree/main/go) | ||
- [Java libraries](https://github.com/apache/arrow/tree/main/java) | ||
- [JavaScript libraries](https://github.com/apache/arrow/tree/main/js) | ||
- [Plasma Object Store](https://github.com/apache/arrow/tree/main/cpp/src/plasma): | ||
a shared-memory blob store, part of the C++ codebase | ||
- [Python libraries](https://github.com/apache/arrow/tree/master/python) | ||
- [R libraries](https://github.com/apache/arrow/tree/master/r) | ||
- [Ruby libraries](https://github.com/apache/arrow/tree/master/ruby) | ||
- [Python libraries](https://github.com/apache/arrow/tree/main/python) | ||
- [R libraries](https://github.com/apache/arrow/tree/main/r) | ||
- [Ruby libraries](https://github.com/apache/arrow/tree/main/ruby) | ||
- [Rust libraries](https://github.com/apache/arrow-rs) | ||
|
||
Arrow is an [Apache Software Foundation](https://www.apache.org) project. Learn more at | ||
|
@@ -78,8 +78,8 @@ The reference Arrow libraries contain many distinct software components: | |
|
||
The official Arrow libraries in this repository are in different stages of | ||
implementing the Arrow format and related features. See our current | ||
[feature matrix](https://github.com/apache/arrow/blob/master/docs/source/status.rst) | ||
on git master. | ||
[feature matrix](https://github.com/apache/arrow/blob/main/docs/source/status.rst) | ||
on git main. | ||
|
||
## How to Contribute | ||
|
||
|
@@ -98,7 +98,7 @@ integrations in other projects, we'd be happy to have you involved: | |
- Contribute code to one of the reference implementations | ||
|
||
[1]: mailto:[email protected] | ||
[2]: https://github.com/apache/arrow/tree/master/format | ||
[2]: https://github.com/apache/arrow/tree/main/format | ||
[3]: https://github.com/apache/arrow/issues | ||
[4]: https://github.com/apache/arrow | ||
[5]: https://github.com/apache/arrow/blob/master/docs/source/developers/contributing.rst | ||
[5]: https://github.com/apache/arrow/blob/main/docs/source/developers/contributing.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.