aglinxinyuan opened a new issue, #5840: URL: https://github.com/apache/texera/issues/5840
### Task Summary Three join/utility classes under `common/workflow-operator/` have no `<srcClassName>Spec.scala`. ### Scope | Source class | Lines | What's currently un-pinned | | --- | --- | --- | | `intervalJoin/IntervalJoinOpDesc.scala` | 168 | operatorInfo (`Interval Join`, JOIN_GROUP, two inputs left/right with right depending on left); getPhysicalOp wires `IntervalJoinOpExec` + a HashPartition requirement on each join key; schema propagation merges left ⧺ right schemas, renaming conflicting attributes with a `#@1` suffix; field round-trip | | `hashJoin/HashJoinProbeOpExec.scala` (`JoinUtils` object) | 31 | `joinTuples` merges left + right tuple fields, optionally skips a named attribute (the join key), and renames right-side name conflicts with `#@1` | | `metadata/OperatorGroupConstants.scala` | 94 | the operator-group name constants and the `OperatorGroupOrderList` hierarchy (group ordering shown in the frontend panel) | ### Out of scope No production-code changes. One `<srcClassName>Spec.scala` per source class. ### 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]
