manuzhang opened a new pull request, #16819:
URL: https://github.com/apache/iceberg/pull/16819

   ## Summary
   
   - Update Spark 4.1 `SparkSessionCatalog.listViews` to merge Iceberg view 
catalog results with delegated session `ViewCatalog` results, to be consistent 
with  `createView` / `loadView` / `viewExists` and `dropView`.
   - Add Spark 4.1 regression coverage for session-only view listing and 
combined Iceberg/session catalog view listing.
   
   ## Root Cause
   
   `SparkSessionCatalog.listViews` returned immediately from the Iceberg view 
catalog when one was configured, so delegated session catalog views could be 
loadable through the same catalog wrapper but absent from `listViews`.
   
   ---
   
   Co-authored-by: @codex
   


-- 
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]

Reply via email to