Skip to content

Commit

Permalink
feat(services/hdfs): add atomic_write_dir to hdfsconfig debug (#3902)
Browse files Browse the repository at this point in the history
add atomic_write_dir to hdfsconfig fmt
  • Loading branch information
shbhmrzd authored Jan 3, 2024
1 parent 45e0c1b commit 43ad925
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/services/hdfs/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ impl Debug for HdfsConfig {
)
.field("user", &self.user)
.field("enable_append", &self.enable_append)
.field("atomic_write_dir", &self.atomic_write_dir)
.finish_non_exhaustive()
}
}
Expand Down

0 comments on commit 43ad925

Please sign in to comment.