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 c436a65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
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 c436a65

Please sign in to comment.