We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After #8494 has been merged, the following tests, which use 1eN format, cause failures.
1eN
[ RUN ] FloatingPointConversion.Basics /arrow/cpp/src/arrow/testing/gtest_util.cc:128: Failure Failed @@ -1, +1 @@ --1e+30 +0 [ FAILED ] FloatingPointConversion.Basics (3 ms) ... [ RUN ] StringConversion.ToFloat /arrow/cpp/src/arrow/util/value_parsing_test.cc:35: Failure Expected equality of these values: out Which is: 0 expected Which is: -1e+20 Conversion failed for '-1e20' [ FAILED ] StringConversion.ToFloat (0 ms)
Reporter: Kazuaki Ishizaki / @kiszk Assignee: Antoine Pitrou / @pitrou
Note: This issue was originally created as ARROW-10610. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered:
Antoine Pitrou / @pitrou: Issue resolved by pull request 8747 #8747
Sorry, something went wrong.
pitrou
No branches or pull requests
After #8494 has been merged, the following tests, which use
1eN
format, cause failures.Reporter: Kazuaki Ishizaki / @kiszk
Assignee: Antoine Pitrou / @pitrou
PRs and other links:
Note: This issue was originally created as ARROW-10610. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: