mengw15 commented on PR #7802: URL: https://github.com/apache/texera/pull/7802#issuecomment-5783072401
Dropping the backport label. All three defects predate both release branches: the `Some(null)` arm and the workflow-shaped guard on `ModifyLogicRequest` both came in with #2264 (2023-12-20), and `readValue` has sat outside the `try` since the original amber import in 2020. None of them is a regression against release/v1.3. The root cause is older still — `executionService` has been a `BehaviorSubject` with no initial value since #1351 (2021-10-27), so `getValue` could always return null, and `WorkflowService.scala` has guarded it that whole time (`!= null` at 166, `Option(...)` at 219 and 363). -- 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]
