sarutak opened a new pull request, #7403: URL: https://github.com/apache/arrow-datafusion/pull/7403
## Which issue does this PR close? Closes #7402 ## Rationale for this change DataFusion distinguishes `NaN and `-NaN` so sqllogictest should distinguish them for precise test. ## What changes are included in this PR? Changed `conversion.rs` so that it returns `"-NaN"` if a value is a kind of `NaN` and its sign is negative. ## Are these changes tested? Modified existing test and added a simple test to `select.rs`. ## Are there any user-facing changes? No. -- 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]
