Skip to content

Commit

Permalink
Update services/tables/src/main/java/com/linkedin/openhouse/tables/ap…
Browse files Browse the repository at this point in the history
…i/validator/impl/PoliciesSpecValidator.java

Co-authored-by: Abhishek Nath <[email protected]>
  • Loading branch information
chenselena and abhisheknath2011 authored Oct 18, 2024
1 parent 44e3186 commit 739b446
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public boolean validate(
if (!validateReplicationInterval(replicationConfig)) {
failureMessage =
String.format(
"Replication interval provided is not a multiple of 12 or not in the range of 12h to 72h for table %s",
"Replication interval for the table [%s] must be 12h or multiple of 12h and must not exceed 72h",
tableUri);
return false;
}
Expand Down

0 comments on commit 739b446

Please sign in to comment.