mohit-devlogs opened a new pull request, #714: URL: https://github.com/apache/wayang/pull/714
The current implementation of the method `findJdbcExecutionOperatorTaskInStage` relies on the use of assertions and `WayangCollections.getSingle` for the acquisition of the consumer of the output channel. When the assumptions are not met, the error messages given, such as "[] is not a singleton", are not very clear and do not assist very much for debugging purposes. In the current code, the assumptions have been replaced with validations and `WayangException`. -- 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]
