Skip to content

Commit

Permalink
chore: upgrade to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Van Wassenhove committed Jan 6, 2025
1 parent 703f3d2 commit d55bb15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ aws-types = "1.2"
aws-credential-types = "1.2"
chrono = "0.4.38"
clap = { version = "4.5.4", features = ["derive"] }
datafusion = { version = "35", features = ["avro"] }
deltalake = { version = "0.17", default-features = false, features = ["datafusion-ext", "s3", "gcs"] }
datafusion = { version = "44", features = ["avro"] }
deltalake = { git = "https://github.com/delta-io/delta-rs.git", rev = "rust-v0.23.0", default-features = false, features = ["datafusion-ext", "s3", "gcs"] }
futures = "0.3"
glob = "0.3"
object_store = { version = "0.9", features = ["aws", "gcp"] }
object_store = { version = "0.11", features = ["aws", "gcp"] }
regex = "1.10"
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot"] }
url = "2.5"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use aws_sdk_glue::types::{StorageDescriptor, Table};
use aws_sdk_glue::Client;

Check warning on line 8 in src/main.rs

View workflow job for this annotation

GitHub Actions / cargo fmt

Diff in /home/runner/work/qv/qv/src/main.rs
use aws_types::SdkConfig;
use clap::Parser;
use datafusion::catalog::TableReference;
use datafusion::sql::TableReference;
use datafusion::common::{DataFusionError, Result};
use datafusion::datasource::file_format::avro::AvroFormat;
use datafusion::datasource::file_format::csv::CsvFormat;
Expand Down

0 comments on commit d55bb15

Please sign in to comment.