Class NessieViewCatalog

java.lang.Object
org.apache.iceberg.viewdepoc.BaseMetastoreViews
org.apache.iceberg.nessie.NessieViewCatalog
All Implemented Interfaces:
AutoCloseable, Views

public class NessieViewCatalog extends BaseMetastoreViews implements AutoCloseable
A catalog that supports Iceberg views. USE AT YOUR OWN RISK / EXPERIMENTAL CODE.
  • Constructor Details

    • NessieViewCatalog

      public NessieViewCatalog(org.apache.hadoop.conf.Configuration conf)
  • Method Details