feniljain

Results 4 issues of feniljain

### What problem does this PR solve? https://github.com/pingcap/br/issues/801 ### What is changed and how it works? A check for total bytes is kept on the tables and checked how many...

contribution
first-time-contributor
size/S
needs-rebase

Hey team! 👋🏻 I was trying to use SASL OAUTHBEARER for authentication with rust-rdkafka, I found I would have to implement [ClientContext](https://docs.rs/rdkafka/latest/rdkafka/client/trait.ClientContext.html) with [ENABLE_REFRESH_OAUTH_TOKEN](https://docs.rs/rdkafka/latest/rdkafka/client/trait.ClientContext.html#associatedconstant.ENABLE_REFRESH_OAUTH_TOKEN) true and [generate_oauth_token](https://docs.rs/rdkafka/latest/rdkafka/client/trait.ClientContext.html#method.generate_oauth_token) specifically to refresh...

### Is your feature request related to a problem? Please describe. Delta lake sink currently only takes static credentials i.e. `AWS_ACCESS_KEY` and `AWS_SECRET_ACCESS_KEY` for writing to s3, it works really...

type/feature

Hey everyone! 👋🏻 Creating this issue to continue discussion from these messages on possibility of using snapshot testing for integration tests: - https://github.com/apache/iceberg-rust/pull/742#issuecomment-2516279844 - https://github.com/apache/iceberg-rust/pull/742#issuecomment-2523503652