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

   ### Summary
   This PR adds support for sorting AttributeType.BINARY values in 
StableMergeSortOpExec.
   
   Binary values (`byte[]`) are now ordered using unsigned lexicographic 
comparison, consistent with Java’s `Arrays.compareUnsigned`.
   
   ## Changes
   
   1. Operator: Added sorting support for AttributeType.BINARY in 
compareTypedNonNullValues in StableMergeSortOpExec.
   2. Testing: Added three test cases in StableMergeSortOpExecSpec
   
   ## Use example
   <img width="1669" height="815" alt="image" 
src="https://github.com/user-attachments/assets/f627ebab-3cc1-42c5-8b28-d58274e10a32";
 />
   
   Closes #4013 


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