[GitHub] incubator-quickstep pull request #358: Fix a bug in HashJoinOperator

2018-06-05 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-quickstep/pull/358


---


[GitHub] incubator-quickstep pull request #358: Fix a bug in HashJoinOperator

2018-06-03 Thread jianqiao
GitHub user jianqiao opened a pull request:

https://github.com/apache/incubator-quickstep/pull/358

Fix a bug in HashJoinOperator

This PR fixes a bug in `HashJoinOperator` w.r.t. the swapping of 
probe/build sides in a previous PR. 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jianqiao/incubator-quickstep fix-filter-side

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-quickstep/pull/358.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #358


commit c4a072f301593b3f92a009ba752c05b2226a0f32
Author: Jianqiao Zhu 
Date:   2018-06-03T20:38:36Z

Fix a bug of filter side in HashJoinOperator




---