Skip to content

Commit 290dd72

Browse files
Remove app crate and related components (#170)
* Remove spicepod * Fix PR branch build/lint after spicepod removal * Remove app crate and related components - Deleted the `app` crate from the workspace, including its `Cargo.toml` and source files. - Updated the root `Cargo.toml` to remove references to the `app` crate. - Removed the `get_runtime_param` and `user_agent_collection` methods from the `App` struct. - Cleaned up the `test-framework` crate by removing unnecessary dependencies and code related to the `app` crate. - Adjusted the `DataConsistencyArgs` struct to remove the `compare_spicepod` field. * docs: note removal of legacy app/spicepod crates * Update README.md Co-authored-by: Phillip LeBlanc <phillip@leblanc.tech> --------- Co-authored-by: Phillip LeBlanc <phillip@leblanc.tech>
1 parent 647a675 commit 290dd72

8 files changed

Lines changed: 93 additions & 2748 deletions

File tree

Cargo.lock

Lines changed: 84 additions & 1883 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ exclude = ["system-adapters/databricks"]
33
members = [
44
".",
55
"crates/adbc_client",
6-
"crates/app", "crates/checkpointer",
6+
"crates/checkpointer",
77
"crates/data-generation",
88
"crates/duration-parse", "crates/etl",
99
"crates/flight_client",
@@ -83,7 +83,6 @@ schemars = "1.2.0"
8383
secrecy = "0.10.3"
8484
serde = { version = "1.0.228", features = ["derive"] }
8585
serde_json = "1"
86-
spicepod = { git = "https://github.com/spiceai/spice.git", rev = "46155f7fdc27aa1393b0451347f78b6aad66839a" }
8786
sha2 = "0.10.8"
8887
snafu = "0.8.6"
8988
sysinfo = "0.37.2"

crates/app/Cargo.toml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)