Skip to content

Commit f60fb96

Browse files
authored
Merge branch 'main' into experiment_roaring_bitmap_for_int32_anti_semi_joins
2 parents e59b690 + fcc9cc4 commit f60fb96

29 files changed

Lines changed: 2061 additions & 261 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ bytes = "1.11"
119119
bzip2 = "0.6.1"
120120
chrono = { version = "0.4.44", default-features = false }
121121
criterion = "0.8"
122-
ctor = "1.0.5"
123-
dashmap = "6.0.1"
122+
ctor = "1.0.6"
123+
dashmap = "6.2.1"
124124
datafusion = { path = "datafusion/core", version = "53.1.0", default-features = false }
125125
datafusion-catalog = { path = "datafusion/catalog", version = "53.1.0" }
126126
datafusion-catalog-listing = { path = "datafusion/catalog-listing", version = "53.1.0" }

datafusion-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ backtrace = ["datafusion/backtrace"]
3737
[dependencies]
3838
arrow = { workspace = true }
3939
async-trait = { workspace = true }
40-
aws-config = "1.8.16"
40+
aws-config = "1.8.17"
4141
aws-credential-types = "1.2.13"
4242
chrono = { workspace = true }
4343
clap = { version = "4.5.60", features = ["cargo", "derive"] }

datafusion/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ zstd = { workspace = true, optional = true }
163163
async-trait = { workspace = true }
164164
criterion = { workspace = true, features = ["async_tokio", "async_futures"] }
165165
ctor = { workspace = true }
166-
dashmap = "6.1.0"
166+
dashmap = "6.2.1"
167167
datafusion-doc = { workspace = true }
168168
datafusion-functions-window-common = { workspace = true }
169169
datafusion-macros = { workspace = true }

0 commit comments

Comments
 (0)