dy102
dy102
### 👉 Please confirm the following - [x] I agree to follow the [Code of Conduct](https://github.com/dylan-power/dinosaur-exploder/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [x] I checked the [current issues](https://github.com/dylan-power/dinosaur-exploder/issues) for duplicate...
[Improve][Connector-V2] Support maxcompute sink writer upsert/delete action with upsert session mode
Fixes https://github.com/apache/seatunnel/issues/8611 ### Purpose of this pull request In this PR, we added support for upsert session mode in the MaxCompute sink. Previously, only the upload session mode was supported...
### Search before asking - [x] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description The engine currently has many components that directly depend on...
Fixes: https://github.com/apache/seatunnel/issues/9995 ### Purpose of this pull request This PR introduces the force stop functionality for jobs in the SeaTunnel Zeta Engine. ### Does this PR introduce _any_ user-facing change?...
### Purpose of this pull request This PR extracts the storage layer so that the engine is no longer tightly coupled to Hazelcast IMap. This decoupling makes it easier to...
Refer to: #9842 ### Purpose of this pull request This PR implements the feature for reporting non-terminal job states. ### Does this PR introduce _any_ user-facing change? Yes. Users can...
Fixes: https://github.com/apache/seatunnel/issues/9851 ### Purpose of this pull request This PR implements the basic RocksDB storage layer. After gathering feedback, I plan to further improve the storage code and migrate other...