rtadepalli
rtadepalli
This PR aims to resolve #143 First off, my apologies for the delay. Had to step away for a bit and didn't have access to my personal laptop. This is...
Add some verbose descriptions (similar to PyIceberg) for the CLI options when `iceberg --help` is used. Closes #61
The FDB library version was getting pinned in `go.work` which was an older version, so the `Close()` function was not accessible. This PR updates the FDB library versions using `go...
Make objects resilient to double close/snapshotting and invocations after calling close. cc @richardartoul
This PR makes the `activationsCacheBlacklistTTL` param configurable while creating new activations. Some extra formatting got introduced while adding a new member to the struct. cc @richardartoul
Update go to the latest version. Steps taken: 1. `go mod edit -go=1.21` 2. `go mod tidy` 3. `go work sync` Testing: `make test` didn't produce any issues, and the...
Saw a TODO in `kv_registry.go` that said that it'd be nice if the heartbeat TTL was configurable, so this change acts on that TODO. I've made all registries that currently...