Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
4.0.0
-
None
-
None
Description
This is related to ARROW-12010, which introduces optimized group by implementation.
On s390x (big endian architecture) the code hangs in unit tests (https://travis-ci.com/github/apache/arrow/jobs/506281680).
Currently this implementation is disabled on big endian and the alternative, earlier, implementation is used instead, but at some point we will stop maintaining both and switch to a single implementation, which requires fixing this issue.
Attachments
Issue Links
- is a child of
-
ARROW-12633 [C++] Query engine umbrella issue
- Open