[GitHub] incubator-quickstep pull request #300: Hash-Join-Fuse: Feature added and tes...

2017-09-21 Thread dylanpbacon
GitHub user dylanpbacon opened a pull request: https://github.com/apache/incubator-quickstep/pull/300 Hash-Join-Fuse: Feature added and tests modified. You can merge this pull request into a Git repository by running: $ git pull https://github.com/dylanpbacon/incubator

[GitHub] incubator-quickstep pull request #300: QUICKSTEP-106: Hash-Join-Fuse: Featur...

2017-09-22 Thread dylanpbacon
Github user dylanpbacon commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/300#discussion_r140610972 --- Diff: query_optimizer/strategy/Join.cpp --- @@ -371,6 +373,7 @@ void Join::addHashJoin(const logical::ProjectPtr &logical_pro

[GitHub] incubator-quickstep issue #300: QUICKSTEP-106: Hash-Join-Fuse: Feature added...

2017-09-27 Thread dylanpbacon
Github user dylanpbacon commented on the issue: https://github.com/apache/incubator-quickstep/pull/300 I believe all bugs have been fixed except the LIPFilter applying to modified HashJoins. Jianqiao will be taking care of that I think. Below are the updated benchmark values

[GitHub] incubator-quickstep pull request #322: Generalized hash

2017-11-07 Thread dylanpbacon
GitHub user dylanpbacon opened a pull request: https://github.com/apache/incubator-quickstep/pull/322 Generalized hash You can merge this pull request into a Git repository by running: $ git pull https://github.com/dylanpbacon/incubator-quickstep Generalized-Hash

[GitHub] incubator-quickstep issue #322: Generalized hash

2017-11-07 Thread dylanpbacon
Github user dylanpbacon commented on the issue: https://github.com/apache/incubator-quickstep/pull/322 Not meant for immediate merging, just collaboration and seeing what's changed. If there's a better way to do this let me know and this PR will be closed. ---

[GitHub] incubator-quickstep issue #300: QUICKSTEP-106: Hash-Join-Fuse: Feature added...

2017-11-10 Thread dylanpbacon
Github user dylanpbacon commented on the issue: https://github.com/apache/incubator-quickstep/pull/300 Rebased this with master, this branch is now up to date. LIP Filters still need to be fixed to work properly with this feature. ---

[GitHub] incubator-quickstep issue #300: QUICKSTEP-106: Hash-Join-Fuse: Feature added...

2017-11-27 Thread dylanpbacon
Github user dylanpbacon commented on the issue: https://github.com/apache/incubator-quickstep/pull/300 This PR is now consistent with the changes @jianqiao made. It is ready to be merged, I believe. I do not have rights for this yet I think. ---

[GitHub] incubator-quickstep pull request #322: Generalized Hash Join - DO NOT MERGE

2018-01-23 Thread dylanpbacon
Github user dylanpbacon closed the pull request at: https://github.com/apache/incubator-quickstep/pull/322 ---