Skip to content

Commit

Permalink
fix code style.
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceWong96 committed Aug 12, 2024
1 parent 75b3fc1 commit 642e8b1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ public static HbaseParameters buildWithSourceConfig(Config pluginConfig) {
}
return builder.build();
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ public AbstractSinkWriter<SeaTunnelRow, Void> createWriter(SinkWriter.Context co
return new HbaseSinkWriter(
seaTunnelRowType, hbaseParameters, rowkeyColumnIndexes, versionColumnIndex);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ private String replaceCatalogTableInPath(String originTableName, CatalogTable ca
}
return tableName;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,4 @@ private byte[] convertColumnToBytes(SeaTunnelRow row, int index) {
CommonErrorCodeDeprecated.UNSUPPORTED_DATA_TYPE, errorMsg);
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ public ArrayList<Result> readData(TableName table) throws IOException {
scanner.close();
return results;
}
}
}

0 comments on commit 642e8b1

Please sign in to comment.