Copilot commented on code in PR #4441:
URL: https://github.com/apache/texera/pull/4441#discussion_r3121729683
##########
amber/src/main/scala/org/apache/texera/amber/engine/architecture/controller/execution/WorkflowExecution.scala:
##########
@@ -44,6 +44,7 @@ case class WorkflowExecution() {
* @throws AssertionError if the `RegionExecution` has already been
initialized.
*/
Review Comment:
The Scaladoc for `initRegionExecution` still states that re-initialization
throws an `AssertionError`, but the method now removes any existing entry and
therefore allows re-initialization. Please update the comment/contract to
reflect the new behavior (or split into `getRegionExecution` vs an explicit
`reinitRegionExecution`).
--
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]