[
https://issues.apache.org/jira/browse/ARROW-14911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17476361#comment-17476361
]
Weston Pace commented on ARROW-14911:
-------------------------------------
I ran tests against the 6.0.1 tag without any failures. I then downgraded to
VS 2017 but I was not able to get the exact same version. Microsoft only makes
versions 19.10 and 19.15 available for download. 19.10 fails to compile and I
am unable to reproduce the failure with 19.15.
If the failure is reliable it's possible that there is a hardware mismatch.
The join node makes heavy use of intrinsics and although they are guarded by
ARROW_HAVE_AVX2 there might be some odd corner case.
[[email protected]] Do you know what kind of CPU you are running on?
I'm going to move this from blocker to major.
> [C++] arrow-compute-hash-join-node-test failed
> ----------------------------------------------
>
> Key: ARROW-14911
> URL: https://issues.apache.org/jira/browse/ARROW-14911
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Affects Versions: 6.0.0, 6.0.1
> Reporter: Renat Valiullin
> Assignee: Michal Nowakiewicz
> Priority: Blocker
> Labels: query-engine
> Fix For: 7.0.0
>
> Attachments: workaround.patch
>
>
> arrow-compute-hash-join-node-test failed in my environment (windows, msvc
> 19.12.25835)
> because in HashJoinBasicImpl::ProbeBatch_Lookup hash_table_ is empty, but
> hash_table_empty_ is false.
> I workaround this issue using the attached patch, but fix likely should be
> different.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)