apache / apache/iceberg-rust

FileIO should store a concrete storage config rather than raw hashmap.

Open
#3,129 0 comments 0 reactions 1 assignee Claimed by @blackmwk View on GitHub
enhancement
Dominant language
Rust
Stars
1.4k
Forks
567
Avg merge
2d 2h
Merged PRs (30d)
93

Description

### Is your feature request related to a problem or challenge?

The storage configs may contain sensitive data like credentials, storing them in a raw hashmap makes some operatiions like Debug, Display, Serialization unsafe and leaking them.

### Describe the solution you'd like

We should store a concrete stroage config struct in `FileIO`, and mark each sensitive values in them.

### Willingness to contribute

I can contribute to this feature independently

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.