You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by dh...@apache.org on 2021/05/02 16:57:45 UTC

[arrow-datafusion] branch master updated: Update repository url (#233)

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

dheres pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new 4f84291  Update repository url (#233)
4f84291 is described below

commit 4f842910c8b3c403ac51ff7c5966f9eb6b2f6f81
Author: Andy Grove <an...@users.noreply.github.com>
AuthorDate: Sun May 2 10:57:34 2021 -0600

    Update repository url (#233)
    
    * Update repo url in Cargo
    
    * Update homepage url
    
    * Update url in rustdoc
    
    * Update GitHub URL in Ballista UI
---
 ballista/rust/client/Cargo.toml                 | 4 ++--
 ballista/rust/core/Cargo.toml                   | 4 ++--
 ballista/rust/executor/Cargo.toml               | 4 ++--
 ballista/rust/scheduler/Cargo.toml              | 4 ++--
 ballista/ui/scheduler/src/components/Header.tsx | 4 ++--
 benchmarks/Cargo.toml                           | 4 ++--
 datafusion-examples/Cargo.toml                  | 4 ++--
 datafusion/Cargo.toml                           | 4 ++--
 datafusion/src/lib.rs                           | 2 +-
 9 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/ballista/rust/client/Cargo.toml b/ballista/rust/client/Cargo.toml
index d812b65..283c2eb 100644
--- a/ballista/rust/client/Cargo.toml
+++ b/ballista/rust/client/Cargo.toml
@@ -20,8 +20,8 @@ name = "ballista"
 description = "Ballista Distributed Compute"
 license = "Apache-2.0"
 version = "0.5.0-SNAPSHOT"
-homepage = "https://github.com/apache/arrow"
-repository = "https://github.com/apache/arrow"
+homepage = "https://github.com/apache/arrow-datafusion"
+repository = "https://github.com/apache/arrow-datafusion"
 authors = ["Apache Arrow <de...@arrow.apache.org>"]
 edition = "2018"
 
diff --git a/ballista/rust/core/Cargo.toml b/ballista/rust/core/Cargo.toml
index b1fab62..853aa7a 100644
--- a/ballista/rust/core/Cargo.toml
+++ b/ballista/rust/core/Cargo.toml
@@ -20,8 +20,8 @@ name = "ballista-core"
 description = "Ballista Distributed Compute"
 license = "Apache-2.0"
 version = "0.5.0-SNAPSHOT"
-homepage = "https://github.com/apache/arrow"
-repository = "https://github.com/apache/arrow"
+homepage = "https://github.com/apache/arrow-datafusion"
+repository = "https://github.com/apache/arrow-datafusion"
 authors = ["Apache Arrow <de...@arrow.apache.org>"]
 edition = "2018"
 build = "build.rs"
diff --git a/ballista/rust/executor/Cargo.toml b/ballista/rust/executor/Cargo.toml
index 2284d91..cdc1b45 100644
--- a/ballista/rust/executor/Cargo.toml
+++ b/ballista/rust/executor/Cargo.toml
@@ -20,8 +20,8 @@ name = "ballista-executor"
 description = "Ballista Distributed Compute - Executor"
 license = "Apache-2.0"
 version = "0.5.0-SNAPSHOT"
-homepage = "https://github.com/apache/arrow"
-repository = "https://github.com/apache/arrow"
+homepage = "https://github.com/apache/arrow-datafusion"
+repository = "https://github.com/apache/arrow-datafusion"
 authors = ["Apache Arrow <de...@arrow.apache.org>"]
 edition = "2018"
 
diff --git a/ballista/rust/scheduler/Cargo.toml b/ballista/rust/scheduler/Cargo.toml
index 93a0730..507dc54 100644
--- a/ballista/rust/scheduler/Cargo.toml
+++ b/ballista/rust/scheduler/Cargo.toml
@@ -20,8 +20,8 @@ name = "ballista-scheduler"
 description = "Ballista Distributed Compute - Scheduler"
 license = "Apache-2.0"
 version = "0.5.0-SNAPSHOT"
-homepage = "https://github.com/apache/arrow"
-repository = "https://github.com/apache/arrow"
+homepage = "https://github.com/apache/arrow-datafusion"
+repository = "https://github.com/apache/arrow-datafusion"
 authors = ["Apache Arrow <de...@arrow.apache.org>"]
 edition = "2018"
 
diff --git a/ballista/ui/scheduler/src/components/Header.tsx b/ballista/ui/scheduler/src/components/Header.tsx
index c0ddd35..1a0b0f1 100644
--- a/ballista/ui/scheduler/src/components/Header.tsx
+++ b/ballista/ui/scheduler/src/components/Header.tsx
@@ -67,11 +67,11 @@ export const Header: React.FunctionComponent<HeaderProps> = ({schedulerState}) =
                         </a>
                         <a
                             rel="noreferrer"
-                            href={"https://github.com/apache/arrow/tree/master/rust/ballista"}
+                            href={"https://github.com/apache/arrow-datafusion"}
                             target={"_blank"}
                         >
                             <Button colorScheme="blue" size="sm" rightIcon={<AiFillGithub/>}>
-                                Github
+                                GitHub
                             </Button>
                         </a>
                     </Flex>
diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml
index 25a385e..6a76342 100644
--- a/benchmarks/Cargo.toml
+++ b/benchmarks/Cargo.toml
@@ -21,8 +21,8 @@ description = "Apache Arrow Benchmarks"
 version = "4.0.0-SNAPSHOT"
 edition = "2018"
 authors = ["Apache Arrow <de...@arrow.apache.org>"]
-homepage = "https://github.com/apache/arrow"
-repository = "https://github.com/apache/arrow"
+homepage = "https://github.com/apache/arrow-datafusion"
+repository = "https://github.com/apache/arrow-datafusion"
 license = "Apache-2.0"
 publish = false
 
diff --git a/datafusion-examples/Cargo.toml b/datafusion-examples/Cargo.toml
index 77b1553..0ec3010 100644
--- a/datafusion-examples/Cargo.toml
+++ b/datafusion-examples/Cargo.toml
@@ -19,8 +19,8 @@
 name = "datafusion-examples"
 description = "DataFusion usage examples"
 version = "4.0.0-SNAPSHOT"
-homepage = "https://github.com/apache/arrow"
-repository = "https://github.com/apache/arrow"
+homepage = "https://github.com/apache/arrow-datafusion"
+repository = "https://github.com/apache/arrow-datafusion"
 authors = ["Apache Arrow <de...@arrow.apache.org>"]
 license = "Apache-2.0"
 keywords = [ "arrow", "query", "sql" ]
diff --git a/datafusion/Cargo.toml b/datafusion/Cargo.toml
index 5f743f6..1c2c860 100644
--- a/datafusion/Cargo.toml
+++ b/datafusion/Cargo.toml
@@ -19,8 +19,8 @@
 name = "datafusion"
 description = "DataFusion is an in-memory query engine that uses Apache Arrow as the memory model"
 version = "4.0.0-SNAPSHOT"
-homepage = "https://github.com/apache/arrow"
-repository = "https://github.com/apache/arrow"
+homepage = "https://github.com/apache/arrow-datafusion"
+repository = "https://github.com/apache/arrow-datafusion"
 readme = "../README.md"
 authors = ["Apache Arrow <de...@arrow.apache.org>"]
 license = "Apache-2.0"
diff --git a/datafusion/src/lib.rs b/datafusion/src/lib.rs
index e1d7368..b6f64fe 100644
--- a/datafusion/src/lib.rs
+++ b/datafusion/src/lib.rs
@@ -25,7 +25,7 @@
     clippy::upper_case_acronyms
 )]
 
-//! [DataFusion](https://github.com/apache/arrow/tree/master/rust/datafusion)
+//! [DataFusion](https://github.com/apache/arrow-datafusion)
 //! is an extensible query execution framework that uses
 //! [Apache Arrow](https://arrow.apache.org) as its in-memory format.
 //!