carloea2 opened a new pull request, #4024:
URL: https://github.com/apache/texera/pull/4024

   ### What changes were proposed in this PR?
   
   * Centralize AttributeType ops in `AttributeTypeUtils`: `compare`, `add`, 
`zeroValue`, `minValue`, `maxValue` with unified null semantics and partial 
**BINARY** support.
   * Refactor operators to reuse utils: `AggregationOperation` (SUM/MIN/MAX), 
`StableMergeSortOpExec` (typed compare), `SortPartitionsOpExec` (one-liner 
comparator).
   * Add convenience builders: `Schema.of(...)`, `Tuple.of(...)` (coercing), 
`Tuple.ofStrict(...)` (strict).
   
   ### Any related issues, documentation, discussions?
   
   * Closes #3923
   
   ### How was this PR tested?
   
   * Tests under common/workflow-operator/src/test
   
   ### Was this PR authored or co-authored using generative AI tooling?
   
   * Co-authored with ChatGPT
   


-- 
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]

Reply via email to