Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix](mtmv) fix mtmv task nereids cost too much time (#37589)
cause: when mtmv task need refresh multi partition, will be split into multiple `insert overwrite` tasks,they use same `ConnectContext` and `StatementContext`,nereids time is calculated based on StatementContext, so multiple tasks will accumulate time fix: each `insert overwrite` tasks use unique `StatementContext`
- Loading branch information