All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.projectnessie.DelegatingHive2NessieRawStore Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
package org.projectnessie;

public class DelegatingHive2NessieRawStore extends Hive2NessieRawStore {
  public DelegatingHive2NessieRawStore() {
    super(true);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy