Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaochen-zhou committed May 12, 2024
1 parent bdb4b77 commit ea955f3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ public static SeaTunnelRuntimeException unsupportedArrayGenericType(
return new SeaTunnelRuntimeException(UNSUPPORTED_ARRAY_GENERIC_TYPE, params);
}

public static SeaTunnelRuntimeException unsupportedRowKind(String identifier,
String tableId, String rowKind) {
public static SeaTunnelRuntimeException unsupportedRowKind(
String identifier, String tableId, String rowKind) {
Map<String, String> params = new HashMap<>();
params.put("identifier", identifier);
params.put("tableId", tableId);
Expand Down

0 comments on commit ea955f3

Please sign in to comment.