Skip to content

Commit 72d138a

Browse files
committed
Fix use and branch
Signed-off-by: Adam Gutglick <[email protected]>
1 parent 2e0ce0b commit 72d138a

File tree

3 files changed

+60
-59
lines changed

3 files changed

+60
-59
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -63,24 +63,24 @@ anyhow = "1.0.95"
6363
arbitrary = "1.3.2"
6464
arcref = "0.2.0"
6565
arrayref = "0.3.7"
66-
arrow-arith = "57"
67-
arrow-array = "57"
68-
arrow-buffer = "57"
69-
arrow-cast = "57"
70-
arrow-data = "57"
71-
arrow-ipc = "57"
72-
arrow-ord = "57"
73-
arrow-schema = "57"
74-
arrow-select = "57"
75-
arrow-string = "57"
66+
arrow-arith = "57.1"
67+
arrow-array = "57.1"
68+
arrow-buffer = "57.1"
69+
arrow-cast = "57.1"
70+
arrow-data = "57.1"
71+
arrow-ipc = "57.1"
72+
arrow-ord = "57.1"
73+
arrow-schema = "57.1"
74+
arrow-select = "57.1"
75+
arrow-string = "57.1"
7676
async-compat = "0.2.5"
7777
async-fs = "2.2.0"
7878
async-stream = "0.3.6"
7979
async-trait = "0.1.89"
8080
bindgen = "0.72.0"
8181
bit-vec = "0.8.0"
8282
bitvec = "1.0.1"
83-
bytes = "1.10"
83+
bytes = "1.11"
8484
bzip2 = "0.6.0"
8585
cbindgen = "0.29.0"
8686
cc = "1.2"
@@ -122,7 +122,7 @@ get_dir = "0.5.0"
122122
glob = "0.3.2"
123123
goldenfile = "1"
124124
half = { version = "2.7.1", features = ["std", "num-traits"] }
125-
hashbrown = "0.16.0"
125+
hashbrown = "0.16.1"
126126
humansize = "2.1.3"
127127
indicatif = "0.18.0"
128128
insta = "1.43"
@@ -149,7 +149,7 @@ opentelemetry = "0.31.0"
149149
opentelemetry-otlp = "0.31.0"
150150
opentelemetry_sdk = "0.31.0"
151151
parking_lot = { version = "0.12.3", features = ["nightly"] }
152-
parquet = "57"
152+
parquet = "57.1"
153153
paste = "1.0.15"
154154
pco = "0.4.4"
155155
pin-project-lite = "0.2.15"
@@ -203,7 +203,7 @@ tracing = { version = "0.1.41", default-features = false }
203203
tracing-perfetto = "0.1.5"
204204
tracing-subscriber = "0.3"
205205
url = "2.5.7"
206-
uuid = { version = "1.18", features = ["js"] }
206+
uuid = { version = "1.19", features = ["js"] }
207207
walkdir = "2.5.0"
208208
wasm-bindgen-futures = "0.4.39"
209209
witchcraft-metrics = "1.0.1"
@@ -339,16 +339,16 @@ inherits = "bench"
339339
[patch.crates-io]
340340
datafusion = { version = "51", default-features = false, features = [
341341
"sql",
342-
], git = "https://github.com/apache/datafusion", rev = "47df535d2cd5aac5ad5a92bdc837f38e05ea0f0f" }
343-
datafusion-catalog = { version = "51", git = "https://github.com/apache/datafusion", rev = "47df535d2cd5aac5ad5a92bdc837f38e05ea0f0f" }
344-
datafusion-common = { version = "51", git = "https://github.com/apache/datafusion", rev = "47df535d2cd5aac5ad5a92bdc837f38e05ea0f0f" }
345-
datafusion-common-runtime = { version = "51", git = "https://github.com/apache/datafusion", rev = "47df535d2cd5aac5ad5a92bdc837f38e05ea0f0f" }
346-
datafusion-datasource = { version = "51", default-features = false, git = "https://github.com/apache/datafusion", rev = "47df535d2cd5aac5ad5a92bdc837f38e05ea0f0f" }
347-
datafusion-execution = { version = "51", git = "https://github.com/apache/datafusion", rev = "47df535d2cd5aac5ad5a92bdc837f38e05ea0f0f" }
348-
datafusion-expr = { version = "51", git = "https://github.com/apache/datafusion", rev = "47df535d2cd5aac5ad5a92bdc837f38e05ea0f0f" }
349-
datafusion-functions = { version = "51", git = "https://github.com/apache/datafusion", rev = "47df535d2cd5aac5ad5a92bdc837f38e05ea0f0f" }
350-
datafusion-physical-expr = { version = "51", git = "https://github.com/apache/datafusion", rev = "47df535d2cd5aac5ad5a92bdc837f38e05ea0f0f" }
351-
datafusion-physical-expr-adapter = { version = "51", git = "https://github.com/apache/datafusion", rev = "47df535d2cd5aac5ad5a92bdc837f38e05ea0f0f" }
352-
datafusion-physical-expr-common = { version = "51", git = "https://github.com/apache/datafusion", rev = "47df535d2cd5aac5ad5a92bdc837f38e05ea0f0f" }
353-
datafusion-physical-plan = { version = "51", git = "https://github.com/apache/datafusion", rev = "47df535d2cd5aac5ad5a92bdc837f38e05ea0f0f" }
354-
datafusion-pruning = { version = "51", git = "https://github.com/apache/datafusion", rev = "47df535d2cd5aac5ad5a92bdc837f38e05ea0f0f" }
342+
], git = "https://github.com/apache/datafusion", branch = "branch-52" }
343+
datafusion-catalog = { version = "51", git = "https://github.com/apache/datafusion", branch = "branch-52" }
344+
datafusion-common = { version = "51", git = "https://github.com/apache/datafusion", branch = "branch-52" }
345+
datafusion-common-runtime = { version = "51", git = "https://github.com/apache/datafusion", branch = "branch-52" }
346+
datafusion-datasource = { version = "51", default-features = false, git = "https://github.com/apache/datafusion", branch = "branch-52" }
347+
datafusion-execution = { version = "51", git = "https://github.com/apache/datafusion", branch = "branch-52" }
348+
datafusion-expr = { version = "51", git = "https://github.com/apache/datafusion", branch = "branch-52" }
349+
datafusion-functions = { version = "51", git = "https://github.com/apache/datafusion", branch = "branch-52" }
350+
datafusion-physical-expr = { version = "51", git = "https://github.com/apache/datafusion", branch = "branch-52" }
351+
datafusion-physical-expr-adapter = { version = "51", git = "https://github.com/apache/datafusion", branch = "branch-52" }
352+
datafusion-physical-expr-common = { version = "51", git = "https://github.com/apache/datafusion", branch = "branch-52" }
353+
datafusion-physical-plan = { version = "51", git = "https://github.com/apache/datafusion", branch = "branch-52" }
354+
datafusion-pruning = { version = "51", git = "https://github.com/apache/datafusion", branch = "branch-52" }

benchmarks/datafusion-bench/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ use datafusion::datasource::file_format::csv::CsvFormat;
1111
use datafusion::datasource::file_format::parquet::ParquetFormat;
1212
use datafusion::datasource::provider::DefaultTableFactory;
1313
use datafusion::execution::SessionStateBuilder;
14+
use datafusion::execution::cache::DefaultListFilesCache;
1415
use datafusion::execution::cache::cache_manager::CacheManagerConfig;
1516
use datafusion::execution::cache::cache_unit::DefaultFileStatisticsCache;
16-
use datafusion::execution::cache::cache_unit::DefaultListFilesCache;
1717
use datafusion::execution::runtime_env::RuntimeEnvBuilder;
1818
use datafusion::prelude::SessionConfig;
1919
use datafusion::prelude::SessionContext;

0 commit comments

Comments
 (0)