tag | 862a1145edbc9dda2a261d36e00e51c1fb3d60e3 | |
---|---|---|
tagger | Kevin Liu <kevin.jq.liu@gmail.com> | Wed Nov 13 13:53:44 2024 -0800 |
object | 0921b84b53e3184a1867481bf1e1a22f5a059b5c |
0.1.0 RC2
commit | 0921b84b53e3184a1867481bf1e1a22f5a059b5c | [log] [tgz] |
---|---|---|
author | Kevin Liu <kevinjqliu@users.noreply.github.com> | Wed Nov 13 16:35:06 2024 -0500 |
committer | GitHub <noreply@github.com> | Wed Nov 13 15:35:06 2024 -0600 |
tree | b58be7bc79fd17281cd37a47447212f6515a74be | |
parent | 8ca0bb7bdf7868bac4aca83f50db047d9bf0277c [diff] |
Fix parsing of Version and RC Number in rc.yml(#202)
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 | x |
Plan Scan for Snapshot | x |
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 |