aglinxinyuan opened a new issue, #4841: URL: https://github.com/apache/texera/issues/4841
Add WorkflowCoreTypesSpec covering the five workflow-core domain types in common/workflow-core/.../core/workflow: - LocationPreference (PreferController / RoundRobinPreference singletons + Serializable) - WorkflowSettings (defaults: dataTransferBatchSize=400, outputPortsNeedingStorage=Set.empty; custom-value round-trip) - WorkflowContext (defaults equal documented constants; var fields can be reassigned) - PhysicalOp (isSourceOperator true/false, withLocationPreference, withParallelizable, withSuggestedWorkerNum, addInputLink including target-id and unknown-port assertion failures, addOutputLink, removeInputLink, removeOutputLink, propagateSchema success / conflict / propagation-throws, isOutputLinkBlocking) - PhysicalPlan (getOperator, getSourceOperatorIds with and without links, topologicalIterator, getUpstreamPhysicalOpIds, getUpstreamPhysicalLinks, getDownstreamPhysicalLinks, getSubPlan, getPhysicalOpsOfLogicalOp) ### Priority P3 - Low ### Task Type - [x] Testing / QA -- 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]
