Skip to content

Commit

Permalink
taplo format
Browse files Browse the repository at this point in the history
  • Loading branch information
getChan committed Feb 14, 2025
1 parent 8feecc6 commit 412843e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ dashmap = "6.0.1"
datafusion = { path = "datafusion/core", version = "45.0.0", default-features = false }
datafusion-catalog = { path = "datafusion/catalog", version = "45.0.0" }
datafusion-catalog-listing = { path = "datafusion/catalog-listing", version = "45.0.0", default-features = false }
datafusion-datasource-avro = { path = "datafusion/datasource-avro", version = "45.0.0", default-features = false }
datafusion-common = { path = "datafusion/common", version = "45.0.0", default-features = false }
datafusion-common-runtime = { path = "datafusion/common-runtime", version = "45.0.0" }
datafusion-datasource-avro = { path = "datafusion/datasource-avro", version = "45.0.0", default-features = false }
datafusion-doc = { path = "datafusion/doc", version = "45.0.0" }
datafusion-execution = { path = "datafusion/execution", version = "45.0.0" }
datafusion-expr = { path = "datafusion/expr", version = "45.0.0" }
Expand Down
20 changes: 8 additions & 12 deletions datafusion/datasource-avro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,30 +32,26 @@ avro = ["apache-avro", "num-traits", "datafusion-common/avro"]
default = ["avro"]

[dependencies]
arrow = { workspace = true }
apache-avro = { version = "0.17", optional = true }
num-traits = { version = "0.2", optional = true }
datafusion-common = { workspace = true }
datafusion-catalog-listing = { workspace = true }
datafusion = { workspace = true }
arrow = { workspace = true }
async-trait = { workspace = true }
bytes = { workspace = true }
datafusion = { workspace = true }
datafusion-catalog = { workspace = true }
datafusion-catalog-listing = { workspace = true }
datafusion-common = { workspace = true }
datafusion-physical-expr = { workspace = true }
datafusion-physical-plan = { workspace = true }
futures = { workspace = true }
num-traits = { version = "0.2", optional = true }
object_store = { workspace = true }
tokio = { workspace = true }
futures = { workspace = true }
bytes = { workspace = true }

[dev-dependencies]
serde_json = { workspace = true }
rstest = { workspace = true }
serde_json = { workspace = true }
url = { workspace = true }





[lints]
workspace = true

Expand Down
1 change: 1 addition & 0 deletions datafusion/datasource-avro/src/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ mod physical_plan;
// todo
// - deprecate old
// - split feature?
// build time test

#[cfg(test)]
mod test_util {
Expand Down

0 comments on commit 412843e

Please sign in to comment.