Yicong-Huang opened a new issue, #6142: URL: https://github.com/apache/texera/issues/6142
### Task Summary amber and workflow-compiling-service each carry their own copy of `WorkflowCompiler`, `LogicalPlan`, `LogicalLink`, and `LogicalPlanPojo`. The two implementations have drifted and must be kept in sync by hand. Consolidate them into a single shared `common/workflow-compiler` module exposing one compile API that serves both the editing-time path (lenient — accumulate per-operator errors for the UI) and the execution path (strict — fail-fast before a run). ### Task Type - [x] Refactor / Cleanup - [ ] DevOps / Deployment / CI - [ ] Testing / QA - [ ] Documentation - [ ] Performance - [ ] Other -- 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]
