Skip to content

Commit 623bcba

Browse files
committed
fix style
1 parent b3b6b20 commit 623bcba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

native/core/src/parquet/parquet_support.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ fn parse_hdfs_url(url: &Url) -> Result<(Box<dyn ObjectStore>, Path), object_stor
373373
Ok((Box::new(store), path))
374374
}
375375

376+
#[cfg(feature = "hdfs-opendal")]
376377
fn get_name_node_uri(url: &Url) -> Result<String, object_store::Error> {
377378
if let Some(host) = url.host() {
378379
let schema = url.scheme();

0 commit comments

Comments
 (0)