Adam Faulkner
Adam Faulkner
### Is your feature request related to a problem or challenge? Hi, I'm trying to reduce the size of my compiled binary. Using cargo bloat, it appears that a large...
# Description My understanding of the code [here](https://github.com/delta-io/delta-rs/blob/81593e919497221a1a08bf8db9d20e8e4a39a8a6/crates/aws/src/storage.rs#L146-L153) is that AWS_SESSION_TOKEN, AWS_SECRET_ACCESS_KEY, and AWS_ACCESS_KEY_ID are assigned to environment variables, and later inferred by the S3 client and the DynamoDB client....
# Description `aws_config` supports the use of custom endpoints. This is currently exposed via the `AWS_ENDPOINT_URL` option and [appears to be used for both DynamoDB and S3 clients](https://github.com/delta-io/delta-rs/blob/81593e919497221a1a08bf8db9d20e8e4a39a8a6/crates/aws/src/storage.rs#L209). It would...
# Description It would be very convenient if I were able to perform multiple `DeltaOps` and commit them all atomically, rather than needing to commit them individually. You could make...
# Environment **Delta-rs version**: 0.17.3 **Binding**: Rust **Environment**: - **Cloud provider**: AWS - **OS**: Ubuntu 22.04.3 LTS - **Other**: *** # Bug **What happened**: Given a source table with ~100M...
Hello! I'm having an issue where this command does not generate a correct `rust-project.json` for my project. Specifically, it excludes some crates: ``` RUST_LOG=trace bazel run @rules_rust//tools/rust_analyzer:gen_rust_project ``` I see...
# Environment **Delta-rs version**: 0.19.0 (also tested against main) **Binding**: Rust **Environment**: MacOS, linux - **Cloud provider**: AWS - **OS**: MacOS, Linux - **Other**: *** # Bug **What happened**: After...