tustvold commented on issue #13704: URL: https://github.com/apache/datafusion/issues/13704#issuecomment-3110552957
FWIW arrow-rs consistently follows the totalOrder predicate as defined in the IEEE 754 (2008 revision) floating point standard. This is pretty fundamental to things like the row format and would be a substantial effort to change, if even possible. Aside from being an actual standard, as opposed to following what some databases happen to do, having a consistent total order is IMO quite compelling. FWIW there is some ongoing discussion around adding this total ordering to parquet as a way to order statistics (the current approach makes statistics unusable for floats). -- 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