Re: [I] Implement Remaining Catalog operations for REST catalog [iceberg-go]

2024-10-11 Thread via GitHub
zeroshade commented on issue #63: URL: https://github.com/apache/iceberg-go/issues/63#issuecomment-2408083564 Go ahead and put the PR up and we'll discuss and iterate! Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [I] Implement Remaining Catalog operations for REST catalog [iceberg-go]

2024-10-11 Thread via GitHub
jhump commented on issue #63: URL: https://github.com/apache/iceberg-go/issues/63#issuecomment-2408081566 @zeroshade, I've got a fork where I've implemented DropTable and added CreateTable and UpdateTable, which have the most complicated API. Did you already have ideas on what the API might

Re: [I] Implement Remaining Catalog operations for REST catalog [iceberg-go]

2024-03-04 Thread via GitHub
zeroshade commented on issue #63: URL: https://github.com/apache/iceberg-go/issues/63#issuecomment-1977305156 > Is that correct? If so, I don't see createTable implemented yet. I think that is required to test RenameTable. Should that be implemented first? Most likely, yes. -- This

Re: [I] Implement Remaining Catalog operations for REST catalog [iceberg-go]

2024-03-02 Thread via GitHub
rtadepalli commented on issue #63: URL: https://github.com/apache/iceberg-go/issues/63#issuecomment-1974912793 Trying to implement `RenameTable` using the OpenAPI spec listed here: https://github.com/apache/iceberg/blob/main/open-api/rest-catalog-open-api.yaml Is that correct? If