From 57cdc95e8bf8cb24749db4492b1b06aa92c25c51 Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Sat, 1 May 2021 09:31:36 -0600 Subject: [PATCH 1/4] Update repo url in Cargo --- ballista/rust/client/Cargo.toml | 2 +- ballista/rust/core/Cargo.toml | 2 +- ballista/rust/executor/Cargo.toml | 2 +- ballista/rust/scheduler/Cargo.toml | 2 +- benchmarks/Cargo.toml | 2 +- datafusion-examples/Cargo.toml | 2 +- datafusion/Cargo.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ballista/rust/client/Cargo.toml b/ballista/rust/client/Cargo.toml index d812b6533587..b3e868d97a62 100644 --- a/ballista/rust/client/Cargo.toml +++ b/ballista/rust/client/Cargo.toml @@ -21,7 +21,7 @@ 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" +repository = "https://github.com/apache/arrow-datafusion" authors = ["Apache Arrow "] edition = "2018" diff --git a/ballista/rust/core/Cargo.toml b/ballista/rust/core/Cargo.toml index b1fab62bd88f..e206b696f702 100644 --- a/ballista/rust/core/Cargo.toml +++ b/ballista/rust/core/Cargo.toml @@ -21,7 +21,7 @@ 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" +repository = "https://github.com/apache/arrow-datafusion" authors = ["Apache Arrow "] edition = "2018" build = "build.rs" diff --git a/ballista/rust/executor/Cargo.toml b/ballista/rust/executor/Cargo.toml index 2284d915321b..cb6c1589ea1e 100644 --- a/ballista/rust/executor/Cargo.toml +++ b/ballista/rust/executor/Cargo.toml @@ -21,7 +21,7 @@ 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" +repository = "https://github.com/apache/arrow-datafusion" authors = ["Apache Arrow "] edition = "2018" diff --git a/ballista/rust/scheduler/Cargo.toml b/ballista/rust/scheduler/Cargo.toml index 93a0730062c6..6dee2000312d 100644 --- a/ballista/rust/scheduler/Cargo.toml +++ b/ballista/rust/scheduler/Cargo.toml @@ -21,7 +21,7 @@ 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" +repository = "https://github.com/apache/arrow-datafusion" authors = ["Apache Arrow "] edition = "2018" diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index 25a385eaea0e..da0ace628e0c 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -22,7 +22,7 @@ version = "4.0.0-SNAPSHOT" edition = "2018" authors = ["Apache Arrow "] homepage = "https://github.com/apache/arrow" -repository = "https://github.com/apache/arrow" +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 77b155323b4a..69686986fd1c 100644 --- a/datafusion-examples/Cargo.toml +++ b/datafusion-examples/Cargo.toml @@ -20,7 +20,7 @@ name = "datafusion-examples" description = "DataFusion usage examples" version = "4.0.0-SNAPSHOT" homepage = "https://github.com/apache/arrow" -repository = "https://github.com/apache/arrow" +repository = "https://github.com/apache/arrow-datafusion" authors = ["Apache Arrow "] license = "Apache-2.0" keywords = [ "arrow", "query", "sql" ] diff --git a/datafusion/Cargo.toml b/datafusion/Cargo.toml index 5f743f6f559e..2b10648ef170 100644 --- a/datafusion/Cargo.toml +++ b/datafusion/Cargo.toml @@ -20,7 +20,7 @@ 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" +repository = "https://github.com/apache/arrow-datafusion" readme = "../README.md" authors = ["Apache Arrow "] license = "Apache-2.0" From c832aa55a5a451ecd6d24f90b693a3f787313b25 Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Sat, 1 May 2021 09:49:02 -0600 Subject: [PATCH 2/4] Update homepage url --- ballista/rust/client/Cargo.toml | 2 +- ballista/rust/core/Cargo.toml | 2 +- ballista/rust/executor/Cargo.toml | 2 +- ballista/rust/scheduler/Cargo.toml | 2 +- benchmarks/Cargo.toml | 2 +- datafusion-examples/Cargo.toml | 2 +- datafusion/Cargo.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ballista/rust/client/Cargo.toml b/ballista/rust/client/Cargo.toml index b3e868d97a62..283c2ebb44d7 100644 --- a/ballista/rust/client/Cargo.toml +++ b/ballista/rust/client/Cargo.toml @@ -20,7 +20,7 @@ name = "ballista" description = "Ballista Distributed Compute" license = "Apache-2.0" version = "0.5.0-SNAPSHOT" -homepage = "https://github.com/apache/arrow" +homepage = "https://github.com/apache/arrow-datafusion" repository = "https://github.com/apache/arrow-datafusion" authors = ["Apache Arrow "] edition = "2018" diff --git a/ballista/rust/core/Cargo.toml b/ballista/rust/core/Cargo.toml index e206b696f702..853aa7ae2f45 100644 --- a/ballista/rust/core/Cargo.toml +++ b/ballista/rust/core/Cargo.toml @@ -20,7 +20,7 @@ name = "ballista-core" description = "Ballista Distributed Compute" license = "Apache-2.0" version = "0.5.0-SNAPSHOT" -homepage = "https://github.com/apache/arrow" +homepage = "https://github.com/apache/arrow-datafusion" repository = "https://github.com/apache/arrow-datafusion" authors = ["Apache Arrow "] edition = "2018" diff --git a/ballista/rust/executor/Cargo.toml b/ballista/rust/executor/Cargo.toml index cb6c1589ea1e..cdc1b4538226 100644 --- a/ballista/rust/executor/Cargo.toml +++ b/ballista/rust/executor/Cargo.toml @@ -20,7 +20,7 @@ name = "ballista-executor" description = "Ballista Distributed Compute - Executor" license = "Apache-2.0" version = "0.5.0-SNAPSHOT" -homepage = "https://github.com/apache/arrow" +homepage = "https://github.com/apache/arrow-datafusion" repository = "https://github.com/apache/arrow-datafusion" authors = ["Apache Arrow "] edition = "2018" diff --git a/ballista/rust/scheduler/Cargo.toml b/ballista/rust/scheduler/Cargo.toml index 6dee2000312d..507dc5465006 100644 --- a/ballista/rust/scheduler/Cargo.toml +++ b/ballista/rust/scheduler/Cargo.toml @@ -20,7 +20,7 @@ name = "ballista-scheduler" description = "Ballista Distributed Compute - Scheduler" license = "Apache-2.0" version = "0.5.0-SNAPSHOT" -homepage = "https://github.com/apache/arrow" +homepage = "https://github.com/apache/arrow-datafusion" repository = "https://github.com/apache/arrow-datafusion" authors = ["Apache Arrow "] edition = "2018" diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index da0ace628e0c..6a763420c782 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -21,7 +21,7 @@ description = "Apache Arrow Benchmarks" version = "4.0.0-SNAPSHOT" edition = "2018" authors = ["Apache Arrow "] -homepage = "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 69686986fd1c..0ec30105a409 100644 --- a/datafusion-examples/Cargo.toml +++ b/datafusion-examples/Cargo.toml @@ -19,7 +19,7 @@ name = "datafusion-examples" description = "DataFusion usage examples" version = "4.0.0-SNAPSHOT" -homepage = "https://github.com/apache/arrow" +homepage = "https://github.com/apache/arrow-datafusion" repository = "https://github.com/apache/arrow-datafusion" authors = ["Apache Arrow "] license = "Apache-2.0" diff --git a/datafusion/Cargo.toml b/datafusion/Cargo.toml index 2b10648ef170..1c2c860c55d0 100644 --- a/datafusion/Cargo.toml +++ b/datafusion/Cargo.toml @@ -19,7 +19,7 @@ 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" +homepage = "https://github.com/apache/arrow-datafusion" repository = "https://github.com/apache/arrow-datafusion" readme = "../README.md" authors = ["Apache Arrow "] From 40cd951e16cdb56778c3d986bd33ddf688ded5c3 Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Sat, 1 May 2021 09:51:38 -0600 Subject: [PATCH 3/4] Update url in rustdoc --- datafusion/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion/src/lib.rs b/datafusion/src/lib.rs index e1d7368469b0..b6f64feb70d2 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. //! From 649e07df98bee603b05adf6fb59b6bf97cfe79ef Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Sun, 2 May 2021 10:37:37 -0600 Subject: [PATCH 4/4] Update GitHub URL in Ballista UI --- ballista/ui/scheduler/src/components/Header.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ballista/ui/scheduler/src/components/Header.tsx b/ballista/ui/scheduler/src/components/Header.tsx index c0ddd35c7264..1a0b0f178bd6 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 = ({schedulerState}) =