Skip to content

Commit

Permalink
add to catalog properties
Browse files Browse the repository at this point in the history
  • Loading branch information
FANNG1 committed Mar 14, 2024
1 parent af7d652 commit 5579f32
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ public abstract class BaseCatalogPropertiesMetadata extends BasePropertiesMetada
false,
null,
false,
false),
PropertyEntry.stringImmutablePropertyEntry(
BaseCatalog.CATALOG_OPERATION_IMPL,
"The classname of custom catalog operation to replace the default implementation",
false,
null,
false,
false)),
PropertyEntry::getName);
}

0 comments on commit 5579f32

Please sign in to comment.