commit | 711d78cccf35b09c900b7a101d9c90988d2e650c | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Sep 12 00:11:55 2024 +0800 |
committer | GitHub <noreply@github.com> | Thu Sep 12 00:11:55 2024 +0800 |
tree | b441c92090eeddfac4974c3e03fb90d47079fe76 | |
parent | e1936abfa1d73c4d26f97b2787ef5e62036c960e [diff] |
build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.30 to 1.27.33 (#140) Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.27.30 to 1.27.33. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.27.30...config/v1.27.33) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/config dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
iceberg
is a Golang implementation of the Iceberg table spec.
$ git clone https://github.com/apache/iceberg-go.git $ cd iceberg-go/cmd/iceberg && go build .
Filesystem Type | Supported |
---|---|
S3 | X |
Google Cloud Storage | |
Azure Blob Storage | |
Local Filesystem | X |
Operation | Supported |
---|---|
Get Schema | X |
Get Snapshots | X |
Get Sort Orders | X |
Get Partition Specs | X |
Get Manifests | X |
Create New Manifests | X |
Plan Scan | |
Plan Scan for Snapshot |
Operation | REST | Hive | DynamoDB | Glue |
---|---|---|---|---|
Load Table | X | |||
List Tables | X | |||
Create Table | ||||
Update Current Snapshot | ||||
Create New Snapshot | ||||
Rename Table | ||||
Drop Table | ||||
Alter Table | ||||
Set Table Properties | ||||
Create Namespace | ||||
Drop Namespace | ||||
Set Namespace Properties |