divyankshah commented on issue #5191:
URL: 
https://github.com/apache/datafusion-comet/issues/5191#issuecomment-5166265618

   Hi, I'd like to work on this if it's not claimed yet.
   
   My Approach is to normalize -0.0 to 0.0 in the nested float leaves before 
building the comparator (the arrays_overlap nested path and array_position's 
nested fallback), leaving NaN handling as-is since that already matches Spark. 
Will also add proper regression test based on the repro above.
   
   I have observed #5194 touches the same comparator code (perf hoist, 
different issue). Will rebase on top of whichever merges first.
   
   Will open a PR soon!


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to