fpapon commented on PR #5957: URL: https://github.com/apache/hop/pull/5957#issuecomment-3497851358
The problem was that the condition was wrong in case of received row is true and hasEmptyList is also true. We don't want to not run the pipeline when receivedRow = true and hasEmptyList = true and isAllowEmptyStreamOnExecution = false. So the case for not running the pipeline are when: - receivedRow = false (all are empty) or - hasEmptyList = true and isAllowEmptyStreamOnExecution = false I can take a look to the failing test in the integration-tests -- 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]
