You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "westonpace (via GitHub)" <gi...@apache.org> on 2023/06/02 12:22:26 UTC

[GitHub] [arrow] westonpace commented on issue #35819: [Ruby] Random segfault in hash join

westonpace commented on issue #35819:
URL: https://github.com/apache/arrow/issues/35819#issuecomment-1573649797

   > @westonpace Have you seen this problem? (Joining with multiple threads is crashed.)
   
   I'm not aware of any current issues like this.  That being said, the join code is pretty complex, so I would not be surprised if it was the culprit.  Getting some kind of reproducer will be essential though.
   
   @stenlarsson , you mention that you have several joins.  Are they chained together or parallel?  For example, chained would be "join a and b and then join c to the result and then join d to the result" and parallel would be something like "join a and b and also join c and d and then join the two results together".
   
   Also, what kinds of joins are these?  Are they left inner joins?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org