Skip to content

Commit

Permalink
Validated for checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
cutiepie-10 committed Jan 16, 2025
1 parent 435e462 commit f3b3231
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ private static void validateCompatibilityWithTableConfig(Schema schema, TableCon
} catch (Exception e) {
throw new IllegalStateException(
"Schema is incompatible with tableConfig with name: " + tableConfig.getTableName() + " and type: "
+ tableConfig.getTableType()+", reason: "+e.getMessage(), e);
+ tableConfig.getTableType() + ", reason: " + e.getMessage(), e);
}
}

Expand Down

0 comments on commit f3b3231

Please sign in to comment.