You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Reporter: Michal Nowakiewicz / @michalursa
Related issues:
Note: This issue was originally created as ARROW-12830. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: