Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
FANNG1 committed Oct 17, 2024
1 parent a01a526 commit b6a8284
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ private static GravitinoClient createGravitinoClient(
private static String getRequiredConfig(SparkConf sparkConf, String configKey) {
String configValue = sparkConf.get(configKey, null);
Preconditions.checkArgument(
StringUtils.isNotBlank(configValue), configKey + " should not empty");
StringUtils.isNotBlank(configValue), configKey + " should not be empty");
return configValue;
}

Expand Down

0 comments on commit b6a8284

Please sign in to comment.