Files
doris/regression-test/data
Calvin Kirs f9b79c613a [Fix](Job)Replaying logs should not modify the original information of the job (#40474) (#40808)
…

## Proposed changes
```
        JobExecutionConfiguration jobConfig = new JobExecutionConfiguration();
        jobConfig.setExecuteType(JobExecuteType.INSTANT);
        setJobConfig(jobConfig);
```
- Replaying logs should not modify the original information of the job
- Use the new optimizer to check whether the executed statement is legal

(cherry picked from commit de90051162de7004cf171bbf4d21bd95ff9f3540)

## Proposed changes

Issue Number: #40474
2024-09-13 20:47:57 +08:00
..