Skip to content

Commit

Permalink
remove hack
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWang committed Apr 24, 2024
1 parent de720e9 commit a45f78a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ public abstract class BaseCatalog<T extends BaseCatalog>
implements Catalog, CatalogProvider, HasPropertyMetadata {
private static final Logger LOG = LoggerFactory.getLogger(BaseCatalog.class);

// A hack way to inject custom operation to Gravitino, the object you used is not stable, don't
// use it unless you know what you are doing.
// This variable is used as a key in properties of catalogs to inject custom operation to Gravitino.
// You can use your own object to replace the default catalog operation.
// The object you used is not stable, don't use it unless you know what you are doing.
@VisibleForTesting public static final String CATALOG_OPERATION_IMPL = "ops-impl";

private CatalogEntity entity;
Expand Down

0 comments on commit a45f78a

Please sign in to comment.