iceberg-go
iceberg-go copied to clipboard
Apache Iceberg - Go
**Note** - Added support to set new table properties - Refactored `updateAndStageTable` method to catalog to reuse it in glue.go **ToDo** - Add tests for new feature - Updated go-cli...
- This PR is an experiment, adding Commit Table in Glue Catalog. - Opening a draft WIP PR, as a sign of commitment and progress tracking
This makes it easier to track where the tables come from.
### Apache Iceberg version None ### Please describe the bug 🐞 --output json prints "unimplemented output type". --output text works. ``` ❯ iceberg --uri http://127.0.0.1:8181 --output json list 2025/03/05 20:42:34...
### Apache Iceberg version None ### Please describe the bug 🐞 Does this really work? https://github.com/apache/iceberg-go/blob/ba883bdb1d26cc8ea0505e3910ffee0f9c74f315/cmd/iceberg/main.go#L412C1-L428C2 The intention seems to be to copy values from fileConf to resConfig. However, it...
### Feature Request / Improvement There are some various table formats that extend Iceberg by allowing additional metadata to be added to various components, for example, [Havasu](https://github.com/wherobots/havasu/tree/main). I (and I'm...
Bumps the gomod_updates group with 7 updates: | Package | From | To | | --- | --- | --- | | [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.57.1` | `1.57.2` | | [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go)...
# Partitioned Write Optimizations ## Summary This PR delivers significant performance improvements to the partitioned write throughput in the Iceberg table writer. Through a series of iterative optimizations, we achieved...
- view updates + deserialization - ViewMetadataBuilder stubs