The GitHub Actions job "Required Checks" on 
texera.git/test-sort-setop-descriptors has succeeded.
Run started by GitHub user aglinxinyuan (triggered by aglinxinyuan).

Head commit for run:
8fb9fbb4a9aceff397a199c72b08e6ea5d807890 / Xinyuan Lin <[email protected]>
test(workflow-operator): add unit test coverage for sort and set operator 
descriptors

Pin behavior of three previously-untested descriptors that reorder rows or
combine relations:
  - StableMergeSortOpDesc: operatorInfo (Stable Merge Sort, SORT_GROUP, 
blocking output); non-parallelizable many-to-one getPhysicalOp wiring 
StableMergeSortOpExec; deserializes its List[SortCriteriaUnit] sort keys
  - SortPartitionsOpDesc: operatorInfo (Sort Partitions, SORT_GROUP, blocking 
output); wires SortPartitionsOpExec; RangePartition requirement over the sort 
attribute/domain; field round-trip
  - SymmetricDifferenceOpDesc: operatorInfo (SymmetricDifference, SET_GROUP, 
two inputs / one blocking output); wires SymmetricDifferenceOpExec; 
HashPartition requirement on both inputs; schema propagation passes the shared 
input schema through and rejects mismatched inputs

getPhysicalOp tests assert port IDENTITIES (keySet) rather than counts.
10 new tests; scalafmtCheck + scalafixAll --check clean; no production-code 
changes.

Report URL: https://github.com/apache/texera/actions/runs/27863947593

With regards,
GitHub Actions via GitBox

Reply via email to