Skip to content
New issue

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

[C++] arrow-utility-test and arrow-csv-test causes failures on a big-endian platform #26569

Closed
asfimport opened this issue Nov 16, 2020 · 1 comment
Assignees
Milestone

Comments

@asfimport
Copy link
Collaborator

After #8494 has been merged, the following tests, which use 1eN format, cause failures.

[ 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

PRs and other links:

Note: This issue was originally created as ARROW-10610. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Antoine Pitrou / @pitrou:
Issue resolved by pull request 8747
#8747

@asfimport asfimport added this to the 3.0.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants