Skip to content

Commit

Permalink
catalog: Listen for changes in persist catalog (#23274)
Browse files Browse the repository at this point in the history
This commit updates the persist catalog so that it is able to listen
for updates made by other catalogs. Currently, the functionality is
only used by read-only catalogs because they need to co-exist with
writable catalogs and be able to see their writes. This commit lays the
foundation for future work needed to expose catalog updates upstream to
the adapter layer.

Works towards resolving #22392
Works towards resolving #22481
  • Loading branch information
jkosh44 authored Nov 20, 2023
1 parent 2aac976 commit bf315ae
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 128 deletions.
Loading

0 comments on commit bf315ae

Please sign in to comment.