commit | ae2a019fa532ceaaf682db6907e87b9c7a197fbc | [log] [tgz] |
---|---|---|
author | Alex Karpov <karpov.aleksey.84@gmail.com> | Sat Sep 14 00:13:07 2024 -0400 |
committer | GitHub <noreply@github.com> | Sat Sep 14 06:13:07 2024 +0200 |
tree | 83e3e11146b4d1fb5b5c46de98b107d394c1ce8e | |
parent | 711d78cccf35b09c900b7a101d9c90988d2e650c [diff] |
fix: SIGSEGV when describe empty table (#145)
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 |