Skip to content

Commit

Permalink
Rename variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyx committed Jul 10, 2024
1 parent ab44690 commit 0d67f26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* */
public class PrefixingMetastoreFilter implements MetaStoreFilterHook {

public static final String PREFIX_KEY = "hive.metastore.hooks.prefix";
public static final String PREFIX_KEY = "waggledance.hook.prefix";
public static final String PREFIX_DEFAULT = "prefix-";
private final String prefix;

Expand Down

0 comments on commit 0d67f26

Please sign in to comment.