Javier Luraschi created ARROW-4726:
--------------------------------------
Summary: [C++] IntToFloatingPoint tests disabled under 32bit builds
Key: ARROW-4726
URL: https://issues.apache.org/jira/browse/ARROW-4726
Project: Apache Arrow
Issue Type: Improvement
Components: C++
Reporter: Javier Luraschi
Follow up to needed for
[arrow/pull/3693/files|https://github.com/apache/arrow/pull/3693/files].
Under cpp/src/arrow/compute/kernels/cast-test.cc, the
TestCast/IntToFloatingPoint test was disabled by added:
{code:java}
#if ARROW_BITNESS >= 64
#endif{code}
This should be reverted and investigated further.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)