iceberg-go icon indicating copy to clipboard operation
iceberg-go copied to clipboard

Apache Iceberg - Go

Results 23 iceberg-go issues
Sort by recently updated
recently updated
newest added

After about 5 or 6 iterations of playing with how to represent expressions to start working on scan planning, I've finally settled on something I like!! Rather than a huge...

Bumps [github.com/aws/aws-sdk-go-v2/service/glue](https://github.com/aws/aws-sdk-go-v2) from 1.73.1 to 1.80.1. Commits f95afa9 Release 2023-01-23 77f1f40 Regenerated Clients 298fc32 Update endpoints model bfcdd49 Update API model 00925a8 Release 2023-01-20 346bddb Regenerated Clients 7facad1 Update endpoints...

dependencies

Bumps [github.com/pterm/pterm](https://github.com/pterm/pterm) from 0.12.78 to 0.12.79. Release notes Sourced from github.com/pterm/pterm's releases. v0.12.79 What's Changed Exciting New Features 🎉 feat(text-input): Show DefaultValue as placeholder by @​MarvinJWendt in pterm/pterm#639 Full Changelog:...

dependencies

Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) from 1.48.0 to 1.53.2. Commits e7dfd72 Release 2024-05-08 316c7cd Regenerated Clients ba18a1e Update API model 31c2861 fix: improve Go doc formatter (#2636) 7a87a62 add missing changelog (#2635) 8cc2bc3...

dependencies

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0. Release notes Sourced from github.com/stretchr/testify's releases. v1.9.0 What's Changed Fix Go modules version by @​SuperQ in stretchr/testify#1394 Document that require is not safe to...

dependencies

Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) from 1.17.12 to 1.17.13. Commits 0805b74 Release 2024-05-10 8ba0718 Regenerated Clients 566a901 Update endpoints model 765a6d2 Update API model 0ac88f6 do NOT serialize empty lists in ec2query (#2630)...

dependencies

It will be better to add the build instruction for the newcomers even though it might be straight for Go develop to find where's main.go file. By the way, I'm...

This change adds table creation which for the most part replicates the functionality in the iceberg python library. I have verified this works with the glue service now by using...

### Feature Request / Improvement Currently the File io handling only supports local files and S3, we need to add support for Azure Blob Storage and GCS

Add some verbose descriptions (similar to PyIceberg) for the CLI options when `iceberg --help` is used. Closes #61