Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix](insert-job)Fix Issue with Missing StatementContext in StmtExecu…
…tor, Leading to Incorrect SQL_BLOCK Handling During the task construction process of the Insert Job, the StmtExecutor was not provided with a corresponding StatementContext, which causes a default StatementContext to be generated. This can lead to issues where certain properties related to ↳StatementContext, such as the globally set SQL_BLOCK, do not function correctly.
- Loading branch information