Yicong-Huang commented on code in PR #4111:
URL: https://github.com/apache/texera/pull/4111#discussion_r2596915436
##########
amber/src/main/scala/org/apache/texera/web/service/WorkflowService.scala:
##########
@@ -349,6 +349,6 @@ class WorkflowService(
}
}
// Delete big objects
- BigObjectManager.deleteAllObjects()
+ LargeBinaryManager.deleteAllObjects()
Review Comment:
It's fined to have a temporary behavior. seems we need a todo which is to go
with either 1) or 2) option to finish the life cycle. we can proceed this PR,
but please create an issue to track this todo task.
--
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]