Conversation
This was referenced Mar 11, 2026
cbb330
force-pushed
the
chbush/iceberg-rest-3-tests
branch
6 times, most recently
from
March 11, 2026 23:38
4e8030c to
4896bad
Compare
Exercise the read-only facade with Java and PyIceberg clients in CI, including pagination, compatibility, auditing, metrics, and existing API regressions.
cbb330
force-pushed
the
chbush/iceberg-rest-3-tests
branch
from
August 21, 2026 05:33
4896bad to
835f36d
Compare
This was referenced Aug 21, 2026
Collaborator
Author
|
Superseded by the same-repo GitHub stack (fork heads cannot be added to GitHub stacks):
Closing in favor of that stack. |
Collaborator
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Part 3 of 3 for a read-only Iceberg REST Catalog facade.
This PR validates the facade with stock Iceberg clients. It does not change runtime behavior. Java
RESTCataloground-trips, a PyIceberg smoke test, and CI wiring live here; unit coverage for the facade is in #499.Changes
Tests
IcebergRestCatalogRoundTripTestcreates tables through the existing OpenHouse API and reads them through Iceberg'sRESTCatalog:pageToken/pageSizepagination.NoSuchTableException.snapshots=refsreturns 501.GET /v1/databases/{db}/tables/{table}still works.http.server.requests.CI:
integrations/python/dataloader/scripts/iceberg_rest_catalog_smoke.pycreates a table via OpenHouse and reads it with PyIcebergRestCatalog..github/workflows/build-run-tests.ymlruns:services:tables:checkand that smoke test against docker-compose.This PR itself changes only those three files. The GitHub files tab against
mainalso includes #498 and #499.Testing Done
Validated locally with JDK 17:
The Java round-trip suite passes, including pagination, capabilities, existing-API regression, audit, and metrics checks. The Docker/PyIceberg smoke test is exercised by CI, not re-run locally for this update.
Additional Information
Merge in order: