Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-12830

[C++][Compute] Make GroupBy optimizations work on Big Endian architecture

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 4.0.0
    • None
    • C++
    • 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

          Activity

            People

              Unassigned Unassigned
              michalno Michal Nowakiewicz
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: