Re: [PR] feat: Make some REST methods public [iceberg-rust]

2025-02-11 Thread via GitHub
peasee commented on PR #922: URL: https://github.com/apache/iceberg-rust/pull/922#issuecomment-2652299260 Thanks for your response! I ended up taking a different direction that does not use Iceberg, so I'll be closing this PR. -- This is an automated message from the Apache Git Service. T

Re: [PR] feat: Make some REST methods public [iceberg-rust]

2025-02-11 Thread via GitHub
peasee closed pull request #922: feat: Make some REST methods public URL: https://github.com/apache/iceberg-rust/pull/922 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

Re: [PR] feat: Make some REST methods public [iceberg-rust]

2025-02-07 Thread via GitHub
Xuanwo commented on PR #922: URL: https://github.com/apache/iceberg-rust/pull/922#issuecomment-2644500284 > * Makes `ErrorResponse`, `OK`, and `HttpClient` public to support escape-hatching for REST catalogs that don't 100% support the iceberg catalog response formats. Hi, I'm a bit

[PR] feat: Make some REST methods public [iceberg-rust]

2025-01-28 Thread via GitHub
peasee opened a new pull request, #922: URL: https://github.com/apache/iceberg-rust/pull/922 * Makes `ErrorResponse`, `OK`, and `HttpClient` public to support escape-hatching for REST catalogs that don't 100% support the iceberg catalog response formats. I'd like to use `iceberg-rust