jayzhan211 commented on issue #7458:
URL: 
https://github.com/apache/arrow-datafusion/issues/7458#issuecomment-1702829057

   > I encountered the same error on my ARM MacBook.
   > 
   > ```
   > Running "scalar.slt"
   > External error: query result mismatch:
   > [SQL] select round(ln(a), 5), round(ln(b), 5), round(ln(c), 5) from 
signed_integers;
   > [Diff] (-expected|+actual)
   > -   -NaN 4.60517 -NaN
   > -   -NaN 9.21034 -NaN
   > -   0.69315 -NaN 4.81218
   > -   1.38629 NULL NULL
   > +   0.69315 NaN 4.81218
   > +   1.38629 NULL NULL
   > +   NaN 4.60517 NaN
   > +   NaN 9.21034 NaN
   > at test_files/scalar.slt:543
   > 
   > Error: Execution("1 failures")
   > error: test failed, to rerun pass `-p datafusion-sqllogictest --test 
sqllogictests`
   > ```
   
   Same.


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