westonpace commented on PR #10627:
URL: https://github.com/apache/datafusion/pull/10627#issuecomment-2150738379

   > @westonpace what is the status / plan with this PR? It has failing CI 
tests but is not marked as a draft. Are you still planning on working with it? 
Do you need help to push it along?
   
   Thanks for the push.  I have now discovered sqllogictests :)
   
   Turns out my approach didn't work because partial_cmp propagates nulls (and 
the previous impl ignored nulls).  I think I've got it fixed now.  The earlier 
describe test failure was also for this same reason (it was propagating a null, 
not a nan) and so I was able to revert that change.


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to