Skip to content

Commit

Permalink
Remove datafusion-row
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jul 14, 2023
1 parent f871f56 commit d3f441c
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 1,877 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[workspace]
exclude = ["datafusion-cli"]
members = ["datafusion/common", "datafusion/core", "datafusion/expr", "datafusion/execution", "datafusion/optimizer", "datafusion/physical-expr", "datafusion/proto", "datafusion/proto/gen", "datafusion/row", "datafusion/sql", "datafusion/substrait", "datafusion-examples", "test-utils", "benchmarks",
members = ["datafusion/common", "datafusion/core", "datafusion/expr", "datafusion/execution", "datafusion/optimizer", "datafusion/physical-expr", "datafusion/proto", "datafusion/proto/gen", "datafusion/sql", "datafusion/substrait", "datafusion-examples", "test-utils", "benchmarks",
]
resolver = "2"

Expand Down
1 change: 0 additions & 1 deletion datafusion/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ datafusion-execution = { path = "../execution", version = "27.0.0" }
datafusion-expr = { path = "../expr", version = "27.0.0" }
datafusion-optimizer = { path = "../optimizer", version = "27.0.0", default-features = false }
datafusion-physical-expr = { path = "../physical-expr", version = "27.0.0", default-features = false }
datafusion-row = { path = "../row", version = "27.0.0" }
datafusion-sql = { path = "../sql", version = "27.0.0" }
flate2 = { version = "1.0.24", optional = true }
futures = "0.3"
Expand Down
5 changes: 0 additions & 5 deletions datafusion/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -463,11 +463,6 @@ pub mod physical_expr {
pub use datafusion_physical_expr::*;
}

/// re-export of [`datafusion_row`] crate
pub mod row {
pub use datafusion_row::*;
}

/// re-export of [`datafusion_sql`] crate
pub mod sql {
pub use datafusion_sql::*;
Expand Down
97 changes: 0 additions & 97 deletions datafusion/core/tests/row.rs

This file was deleted.

1 change: 0 additions & 1 deletion datafusion/physical-expr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ blake3 = { version = "1.0", optional = true }
chrono = { version = "0.4.23", default-features = false }
datafusion-common = { path = "../common", version = "27.0.0" }
datafusion-expr = { path = "../expr", version = "27.0.0" }
datafusion-row = { path = "../row", version = "27.0.0" }
half = { version = "2.1", default-features = false }
hashbrown = { version = "0.14", features = ["raw"] }
hex = { version = "0.4", optional = true }
Expand Down
39 changes: 0 additions & 39 deletions datafusion/row/Cargo.toml

This file was deleted.

29 changes: 0 additions & 29 deletions datafusion/row/README.md

This file was deleted.

Loading

0 comments on commit d3f441c

Please sign in to comment.