Skip to content

Commit

Permalink
DGS-9451: Fix validateFields value in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
akhileshm1 committed Dec 13, 2023
1 parent 19c9853 commit 23b859f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2063,7 +2063,7 @@ private List<String> isCompatibleWithPrevious(Config config,
if (!errorMessages.isEmpty()) {
try {
errorMessages.add(String.format("{validateFields: '%b', compatibility: '%s'}",
config.isValidateFields(),
isSchemaFieldValidationEnabled(config),
compatibility));
} catch (UnsupportedOperationException e) {
// Ignore and return errorMessages
Expand Down

0 comments on commit 23b859f

Please sign in to comment.