Skip to content

Commit 2335ef1

Browse files
committed
Bump hdfs-native to 0.12.2
1 parent aa475cf commit 2335ef1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async-trait = "0.1"
1515
bytes = "1"
1616
chrono = "0.4"
1717
futures = "0.3"
18-
hdfs-native = "0.12.1"
18+
hdfs-native = "0.12.2"
1919
object_store = "0.12.2"
2020
thiserror = "2"
2121
tokio = { version = "1", features = ["rt", "net", "io-util", "macros", "sync", "time"] }

src/lib.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -731,12 +731,12 @@ mod test {
731731
hdfs_native::minidfs::DfsFeatures::HA,
732732
]));
733733

734-
// let integration = HdfsObjectStoreBuilder::new()
735-
// .with_url(&dfs.url)
736-
// .build()
737-
// .unwrap();
734+
let integration = HdfsObjectStoreBuilder::new()
735+
.with_url(&dfs.url)
736+
.build()
737+
.unwrap();
738738

739-
// futures::executor::block_on(get_opts(&integration));
739+
futures::executor::block_on(get_opts(&integration));
740740

741741
let rt = Runtime::new().unwrap();
742742

0 commit comments

Comments
 (0)