This is an automated email from the ASF dual-hosted git repository.
etudenhoefner pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-go.git
from f625dc8 chore(deps): upgrade all the AWS SDK v2 deps, and s3iofs (#50)
add abd4fb0 feat: add support for catalogs with glue implementation to
start (#51)
No new revisions were added by this update.
Summary of changes:
.gitignore | 2 +
README.md | 6 +-
catalog/catalog.go | 65 ++++++++++++++++++
catalog/glue.go | 186 +++++++++++++++++++++++++++++++++++++++++++++++++++
catalog/glue_test.go | 148 ++++++++++++++++++++++++++++++++++++++++
go.mod | 1 +
go.sum | 2 +
7 files changed, 408 insertions(+), 2 deletions(-)
create mode 100644 catalog/catalog.go
create mode 100644 catalog/glue.go
create mode 100644 catalog/glue_test.go