berkaysynnada commented on PR #16745:
URL: https://github.com/apache/datafusion/pull/16745#issuecomment-3108950746

   > Not sure whether you mean SQL spec, or what's implemented in DataFusion, 
or what DataFusion should be implementing?
   
   I mean SQL spec and what DataFusion should be implementing.
   
   >
   ```
    +------+------+-------------+-------------+-------------+
   | f1   | f2   | _.f1 = _.f2 | _.f1 < _.f2 | _.f2 < _.f1 |
   +------+------+-------------+-------------+-------------+
   ...
   | 0.0  | -0.0 | false       | false       | true        | -- apparently 0 
compares greater than -0
   ...
   | -0.0 | 0.0  | false       | true        | false       | -- apparently -0 
compares less than 0
   ...
   +------+------+-------------+-------------+-------------+
   ```
   
   This is what's implemented in DataFusion, and conflicts with SQL spec


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