public class TableNotFoundException extends HoodieException
Exception thrown to indicate that a hoodie table was not found on the path provided.
| Constructor and Description |
|---|
TableNotFoundException(String basePath) |
TableNotFoundException(String basePath,
Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkTableValidity(HoodieStorage storage,
StoragePath basePathDir,
StoragePath metaPathDir) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TableNotFoundException(String basePath)
public static void checkTableValidity(HoodieStorage storage, StoragePath basePathDir, StoragePath metaPathDir)
Copyright © 2024 The Apache Software Foundation. All rights reserved.