Skip to content

Commit

Permalink
resolve some review's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinKirs committed Nov 13, 2023
1 parent 080f6e7 commit 40cd59a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ public InsertTask(String labelName, InsertIntoTableCommand command, LoadJob.Load

@Override
public void run() {
//insertIntoState = command.
System.out.println(getJobId() + "InsertTask run" + TimeUtils.longToTimeString(System.currentTimeMillis()));
//just for test
log.info(getJobId() + "InsertTask run" + TimeUtils.longToTimeString(System.currentTimeMillis()));
}

@Override
Expand Down

0 comments on commit 40cd59a

Please sign in to comment.