jglaser opened a new pull request #7711:
URL: https://github.com/apache/arrow/pull/7711
Fix build on Power9
This small change addresses the following build error:
```[ 20%] Building CXX object
src/arrow/CMakeFiles/arrow_objlib.dir/array/builder_nested.cc.o
In file included from
/ccs/proj/stf006/glaser/rapids/arrow/cpp/src/arrow/array/dict_internal.h:35:0,
from
/ccs/proj/stf006/glaser/rapids/arrow/cpp/src/arrow/array/builder_dict.cc:22:
/ccs/proj/stf006/glaser/rapids/arrow/cpp/src/arrow/util/hashing.h: In static
member function 'static uint32_t arrow::internal::SmallScalarTraits<__vector(4)
__bool int>::AsIndex(__vector(4) __bool int)':
/ccs/proj/stf006/glaser/rapids/arrow/cpp/src/arrow/util/hashing.h:495:60:
error: cannot convert '__vector(4) int' to 'uint32_t {aka unsigned int}' in
return
static uint32_t AsIndex(bool value) { return value ? 1 : 0; }
^
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]