Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: directly return when found no table datas to replay (#1062)
## Rationale Now it will still scan logs from wal when no table datas needed to replay, it should directly return actually. ## Detailed Changes Add a fast path to return directly when no table datas needed to replay. ## Test Plan Test manually.
- Loading branch information