manuzhang opened a new pull request, #16819: URL: https://github.com/apache/iceberg/pull/16819
## Summary - Return the delegated session catalog `listViews` result in `SparkSessionCatalog` for Spark 3.5, 4.0, and 4.1. - Add regression coverage that creates a session catalog view and verifies `listViews` returns it. ## Root Cause When `SparkSessionCatalog` delegated `listViews` to a session catalog that supports views, it called `getSessionCatalog().listViews(namespace)` but did not return that result. The method then fell through to the empty result. ## Impact Session catalog views are now visible through the V2 session catalog `listViews` path instead of being hidden by the wrapper. ## Validation - `git diff --check` - Not run locally: Spark tests, per request. -- 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 unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
