Describe the bug
When using the nessie REST catalog for iceberg, and using SHOW TABLES, antalya does not see any tables despite successfully traversing the catalog
To Reproduce
In brief this is the reproduction steps
- Spin up nessie and clickhouse
- Create and write to an iceberg table
- Create an iceberg database
USE said iceberg database
SHOW TABLES -> see no tables show up
For Detailed steps: see the attached zip file README.md for complete steps on reproduction. I think the issue has something to do with the parsing of the iceberg REST catalog response.
Expected behavior
The database shows the tables existing in the catalog
Key information
Provide relevant runtime details.
- Project Antalya Build Version: 25.8.9.20496.altinityantalya
- Cloud provider: GCP
- Kubernetes provider: None, used docker compose
- Object storage: GCS
- Iceberg catalog: Nessie
Additional context
See zip file for an easy repro step
iceberg-clickhouse-repro.zip
Describe the bug
When using the nessie REST catalog for iceberg, and using
SHOW TABLES, antalya does not see any tables despite successfully traversing the catalogTo Reproduce
In brief this is the reproduction steps
USEsaid iceberg databaseSHOW TABLES-> see no tables show upFor Detailed steps: see the attached zip file
README.mdfor complete steps on reproduction. I think the issue has something to do with the parsing of the iceberg REST catalog response.Expected behavior
The database shows the tables existing in the catalog
Key information
Provide relevant runtime details.
Additional context
See zip file for an easy repro step
iceberg-clickhouse-repro.zip