Mrinal Paliwal
Mrinal Paliwal
This adds `http_info` configuration option in `http::Config`. It can be used to enable or disable `HttpInfo`. `HttpInfo` is set through methods defined on `TcpStream` (`peer_addr()` and `local_addr()`). Configuration options have...
## Issue [arrow2](https://docs.rs/arrow2/latest/arrow2/index.html)::[io](https://docs.rs/arrow2/latest/arrow2/io/index.html)::[json](https://docs.rs/arrow2/latest/arrow2/io/json/index.html)::[read](https://docs.rs/arrow2/latest/arrow2/io/json/read/index.html)::[infer_records_schema](https://docs.rs/arrow2/latest/arrow2/io/json/read/fn.infer_records_schema.html#) function reads the first element of the Json array and infers the `Schema` based on it. This can give faulty `Schema` if not all values of Json...
### What - add purge_timeout option to PrometheusBuilder - run a purger that purges based on the purge_timeout --- Implements third way as [prescribed here](https://github.com/metrics-rs/metrics/issues/245#issuecomment-974155299) to purge old histogram data:...
### Is your feature request related to a problem or challenge? The transaction API exposes `FastAppendAction` for making commits to catalog. Equality delete writer was added with https://github.com/apache/iceberg-rust/pull/703 to support...