mattcasters opened a new issue, #6797: URL: https://github.com/apache/hop/issues/6797
### What would you like to happen? The pipeline engine would execute every transform one by one, never in multiple copies. The rows are serialized to disk after every transform execution in a safe, configurable, location. When the pipeline fails it should be possible to simply execute the pipeline with the same again and it will continue with the transform that failed the last time around. Most of the code already exists. We essentially only need a spooling rowset implementation of `IRowSet`. ### Issue Priority Priority: 3 ### Issue Component Component: Pipelines -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
