Packages

package hooks

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait GenerateSymlinkManifestImpl extends PostCommitHook with DeltaLogging with Serializable
  2. trait PostCommitHook extends AnyRef

    A hook which can be executed after a transaction.

    A hook which can be executed after a transaction. These hooks are registered to a OptimisticTransaction, and are executed after a *successful* commit takes place.

Value Members

  1. object GenerateSymlinkManifest extends GenerateSymlinkManifestImpl

    Post commit hook to generate hive-style manifests for Delta table.

    Post commit hook to generate hive-style manifests for Delta table. This is useful for compatibility with Presto / Athena.

Ungrouped