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

2017-11-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/300 ---

[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 _project,

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

2017-09-22 Thread zuyu
Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/300#discussion_r140575177 --- Diff: query_optimizer/rules/FuseHashSelect.hpp --- @@ -0,0 +1,67 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one

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

2017-09-22 Thread zuyu
Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/300#discussion_r140569985 --- Diff: query_optimizer/ExecutionGenerator.cpp --- @@ -939,6 +939,15 @@ void ExecutionGenerator::convertHashJoin(const P::HashJoinPtr _plan) {

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

2017-09-22 Thread zuyu
Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/300#discussion_r140575077 --- Diff: query_optimizer/rules/FuseHashSelect.cpp --- @@ -0,0 +1,91 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one

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

2017-09-22 Thread zuyu
Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/300#discussion_r140570548 --- Diff: query_optimizer/PhysicalGenerator.cpp --- @@ -175,6 +176,8 @@ P::PhysicalPtr PhysicalGenerator::optimizePlan() {

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

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

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

2017-09-22 Thread zuyu
Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/300#discussion_r140575606 --- Diff: query_optimizer/rules/FuseHashSelect.hpp --- @@ -0,0 +1,67 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one