Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinKirs committed May 31, 2023
1 parent 47ba074 commit a425044
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,7 @@ public TRoutineLoadTask createRoutineLoadTask() throws UserException {
Table tbl = database.getTableOrMetaException(routineLoadJob.getTableId());
tRoutineLoadTask.setTbl(tbl.getName());
tRoutineLoadTask.setParams(rePlan(routineLoadJob));
} else {
//fixme
tRoutineLoadTask.setTbl("test_g");
}

tRoutineLoadTask.setMaxIntervalS(routineLoadJob.getMaxBatchIntervalS());
tRoutineLoadTask.setMaxBatchRows(routineLoadJob.getMaxBatchRows());
tRoutineLoadTask.setMaxBatchSize(routineLoadJob.getMaxBatchSizeBytes());
Expand Down

0 comments on commit a425044

Please sign in to comment.