[
https://issues.apache.org/jira/browse/ARROW-14911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17451458#comment-17451458
]
Renat Valiullin commented on ARROW-14911:
-----------------------------------------
[~sakras],
I don't know how to get this data, is there way to save shuffled_input_arrays
into file?
TEST(HashJoin, Random) prints
{quote}RIGHT_SEMI IS_IS int[0]int[0]
payload_l: str[7..36]int[1]str[13..38]
payload_r: int[1]str[12..15]
num_rows_l = 17242 num_rows_r = 16832 batch size = 75 parallel = true
{quote}
before HashJoinWithExecPlan fails.
BTW, workaround patch does not help.
> [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++
> Reporter: Renat Valiullin
> Assignee: Sasha Krassovsky
> 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)