Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jaebchoi committed Dec 9, 2024
1 parent 859c8f5 commit b27ac10
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ protected boolean shouldExecuteOnFile(File file) {
if(mysqlAuthForConfigStore.contains(key) && mysqlAuth.get(key).equals(DEFAULT_METASTORE_DB_USERNAME))
{
hasMySqlAuthDefaultUsername = true;
break;
}
}

Expand Down

0 comments on commit b27ac10

Please sign in to comment.