You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "metesynnada (via GitHub)" <gi...@apache.org> on 2023/04/04 15:07:48 UTC

[GitHub] [arrow-datafusion] metesynnada opened a new pull request, #5864: Enhance Asynchronous Performance of SHJ Implementation

metesynnada opened a new pull request, #5864:
URL: https://github.com/apache/arrow-datafusion/pull/5864

   # Which issue does this PR close?
   
   Closes https://github.com/apache/arrow-datafusion/issues/5714.
   
   # Rationale for this change
   
   To optimize the asynchronous performance of the `SymmetricHashJoin` operator, we propose merging the two child streams using `futures::select`. This will enable simultaneous polling of both streams and execute the branch corresponding to the future that completes first.
   
   # What changes are included in this PR?
   
   - Single stream SHJ implementation on `poll_next()`
   - Refactor on fifo tests and reduce code duplication.
   
   # Are these changes tested?
   
   Yes
   
   # Are there any user-facing changes?
   
   No


-- 
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


[GitHub] [arrow-datafusion] mustafasrepo commented on pull request #5864: Enhance Asynchronous Performance of SHJ Implementation

Posted by "mustafasrepo (via GitHub)" <gi...@apache.org>.
mustafasrepo commented on PR #5864:
URL: https://github.com/apache/arrow-datafusion/pull/5864#issuecomment-1496181172

   This PR simplifies children stream handling for SymmetricHashJoin. Is is LGTM!.


-- 
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


[GitHub] [arrow-datafusion] alamb merged pull request #5864: Enhance Asynchronous Performance of SHJ Implementation

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb merged PR #5864:
URL: https://github.com/apache/arrow-datafusion/pull/5864


-- 
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