Re: Why is V2SessionCatalog not a CatalogExtension?

2020-08-08 Thread Russell Spitzer
A v2catalog can stand alone, it doesn't have to extend the built in catalog. On Sat, Aug 8, 2020, 7:36 AM Jacek Laskowski wrote: > Hi, > > Just started exploring Catalog Plugin API and noticed these two classes: > CatalogExtension and V2SessionCatalog. > > Why is

Why is V2SessionCatalog not a CatalogExtension?

2020-08-08 Thread Jacek Laskowski
Hi, Just started exploring Catalog Plugin API and noticed these two classes: CatalogExtension and V2SessionCatalog. Why is V2SessionCatalog not a CatalogExtension? - V2SessionCatalog extends TableCatalog with SupportsNamespaces [1] - CatalogExtension extends TableCatalog, SupportsNamespaces [2