Skip to content

Commit 93e4b42

Browse files
Merge branch 'main' into friendlymatthew/pass-batch-size-directly-to-opener
2 parents 533a749 + df153c2 commit 93e4b42

File tree

205 files changed

+7270
-2080
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+7270
-2080
lines changed

Cargo.lock

Lines changed: 100 additions & 122 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,19 +89,19 @@ ahash = { version = "0.8", default-features = false, features = [
8989
"runtime-rng",
9090
] }
9191
apache-avro = { version = "0.17", default-features = false }
92-
arrow = { version = "55.2.0", features = [
92+
arrow = { version = "56.0.0", features = [
9393
"prettyprint",
9494
"chrono-tz",
9595
] }
96-
arrow-buffer = { version = "55.2.0", default-features = false }
97-
arrow-flight = { version = "55.2.0", features = [
96+
arrow-buffer = { version = "56.0.0", default-features = false }
97+
arrow-flight = { version = "56.0.0", features = [
9898
"flight-sql-experimental",
9999
] }
100-
arrow-ipc = { version = "55.2.0", default-features = false, features = [
100+
arrow-ipc = { version = "56.0.0", default-features = false, features = [
101101
"lz4",
102102
] }
103-
arrow-ord = { version = "55.2.0", default-features = false }
104-
arrow-schema = { version = "55.2.0", default-features = false }
103+
arrow-ord = { version = "56.0.0", default-features = false }
104+
arrow-schema = { version = "56.0.0", default-features = false }
105105
async-trait = "0.1.88"
106106
bigdecimal = "0.4.8"
107107
bytes = "1.10"
@@ -155,7 +155,7 @@ itertools = "0.14"
155155
log = "^0.4"
156156
object_store = { version = "0.12.3", default-features = false }
157157
parking_lot = "0.12"
158-
parquet = { version = "55.2.0", default-features = false, features = [
158+
parquet = { version = "56.0.0", default-features = false, features = [
159159
"arrow",
160160
"async",
161161
"object_store",

benchmarks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ snmalloc-rs = { version = "0.3", optional = true }
5454
structopt = { version = "0.3", default-features = false }
5555
test-utils = { path = "../test-utils/", version = "0.1.0" }
5656
tokio = { workspace = true, features = ["rt-multi-thread", "parking_lot"] }
57-
tokio-util = { version = "0.7.15" }
57+
tokio-util = { version = "0.7.16" }
5858

5959
[dev-dependencies]
6060
datafusion-proto = { workspace = true }

datafusion-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ backtrace = ["datafusion/backtrace"]
3838
arrow = { workspace = true }
3939
async-trait = { workspace = true }
4040
aws-config = "1.8.3"
41-
aws-credential-types = "1.2.4"
41+
aws-credential-types = "1.2.5"
4242
clap = { version = "4.5.41", features = ["derive", "cargo"] }
4343
datafusion = { workspace = true, features = [
4444
"avro",

0 commit comments

Comments
 (0)