Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
Signed-off-by: Zaorang Yang <[email protected]>
  • Loading branch information
zaorangyang committed Oct 26, 2023
1 parent 9203816 commit ecf7d94
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ private Builder() {
// StreamLoadTableProperties.properties hold the specific properties of an individual table.
// This should be taken into consideration during the refactoring.
public Builder copyFrom(StreamLoadTableProperties streamLoadTableProperties) {
// TODO: datbase, table, columns are private propertis for an individual table.
// We may not copy thers private propertis.
database(streamLoadTableProperties.getDatabase());
table(streamLoadTableProperties.getTable());
columns(streamLoadTableProperties.getColumns());
Expand Down

0 comments on commit ecf7d94

Please sign in to comment.