Skip to content

Commit

Permalink
Merge remote-tracking branch 'apache/main' into remove_single_file_table
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Dec 21, 2023
2 parents e61d139 + df806bd commit 52f646c
Show file tree
Hide file tree
Showing 44 changed files with 571 additions and 423 deletions.
80 changes: 35 additions & 45 deletions datafusion-cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion datafusion-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ aws-config = "0.55"
aws-credential-types = "0.55"
clap = { version = "3", features = ["derive", "cargo"] }
datafusion = { path = "../datafusion/core", version = "34.0.0", features = ["avro", "crypto_expressions", "encoding_expressions", "parquet", "regex_expressions", "unicode_expressions", "compression"] }
datafusion-common = { path = "../datafusion/common" }
dirs = "4.0.0"
env_logger = "0.9"
mimalloc = { version = "0.1", default-features = false }
Expand All @@ -49,6 +50,5 @@ url = "2.2"
[dev-dependencies]
assert_cmd = "2.0"
ctor = "0.2.0"
datafusion-common = { path = "../datafusion/common" }
predicates = "3.0"
rstest = "0.17"
Loading

0 comments on commit 52f646c

Please sign in to comment.