Skip to content

Commit

Permalink
move over to common
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Sep 30, 2024
1 parent 3298405 commit 4ac82cb
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 44 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ members = [
"datafusion/sql",
"datafusion/sqllogictest",
"datafusion/substrait",
"datafusion/types",
"datafusion/wasmtest",
"datafusion-examples",
"test-utils",
Expand Down Expand Up @@ -116,7 +115,6 @@ datafusion-proto-common = { path = "datafusion/proto-common", version = "42.0.0"
datafusion-sql = { path = "datafusion/sql", version = "42.0.0" }
datafusion-sqllogictest = { path = "datafusion/sqllogictest", version = "42.0.0" }
datafusion-substrait = { path = "datafusion/substrait", version = "42.0.0" }
datafusion-types = { path = "datafusion/types", version = "42.0.0" }
doc-comment = "0.3"
env_logger = "0.11"
futures = "0.3"
Expand Down
1 change: 1 addition & 0 deletions datafusion/common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ pub mod scalar;
pub mod stats;
pub mod test_util;
pub mod tree_node;
pub mod types;
pub mod utils;

/// Reexport arrow crate
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
42 changes: 0 additions & 42 deletions datafusion/types/Cargo.toml

This file was deleted.

0 comments on commit 4ac82cb

Please sign in to comment.