Re: release: third_party/

2017-01-31 Thread Harshad Deshmukh
Hello all, At long last, we have dealt with the third party issue. Some highlights: 1. Most of the libraries are now downloaded through a shell script. 2. The download links point to the release versions of the libraries. 3. After downloading the source code, we apply appropriate patches.

Release Signing

2017-01-31 Thread Marc Spehlmann
One of the steps that must take place before releasing a release tarball is to have the release managers digitally sign the tarball. Hakan, Jignesh, Harshad I think you all are the release managers. Please follow this guide http://quickstep.apache.org/release-signing/ to 1) create a key pair 2)

[GitHub] incubator-quickstep pull request #172: QUICKSTEP-69 Query optimization with ...

2017-01-31 Thread hbdeshmukh
Github user hbdeshmukh commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/172#discussion_r98729248 --- Diff: query_optimizer/rules/InjectJoinFilters.cpp --- @@ -0,0 +1,439 @@ +/** + * Licensed to the Apache Software Foundation (ASF)

[GitHub] incubator-quickstep pull request #174: Push down disjunctive predicates to f...

2017-01-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/174 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] incubator-quickstep pull request #172: QUICKSTEP-69 Query optimization with ...

2017-01-31 Thread hbdeshmukh
Github user hbdeshmukh commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/172#discussion_r98724664 --- Diff: query_optimizer/rules/InjectJoinFilters.cpp --- @@ -0,0 +1,439 @@ +/** + * Licensed to the Apache Software Foundation (ASF)

[GitHub] incubator-quickstep pull request #172: QUICKSTEP-69 Query optimization with ...

2017-01-31 Thread hbdeshmukh
Github user hbdeshmukh commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/172#discussion_r98722409 --- Diff: query_optimizer/rules/InjectJoinFilters.hpp --- @@ -0,0 +1,115 @@ +/** + * Licensed to the Apache Software Foundation (ASF)

[GitHub] incubator-quickstep pull request #174: Push down disjunctive predicates to f...

2017-01-31 Thread jianqiao
Github user jianqiao commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/174#discussion_r98716718 --- Diff: query_optimizer/PhysicalGenerator.cpp --- @@ -108,6 +109,7 @@ P::PhysicalPtr PhysicalGenerator::generateInitialPlan(

[GitHub] incubator-quickstep pull request #174: Push down disjunctive predicates to f...

2017-01-31 Thread zuyu
Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/174#discussion_r98714653 --- Diff: query_optimizer/PhysicalGenerator.cpp --- @@ -108,6 +109,7 @@ P::PhysicalPtr PhysicalGenerator::generateInitialPlan( P::PhysicalPtr

[GitHub] incubator-quickstep pull request #174: Push down disjunctive predicates to f...

2017-01-31 Thread jianqiao
Github user jianqiao commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/174#discussion_r98714161 --- Diff: query_optimizer/PhysicalGenerator.cpp --- @@ -108,6 +109,7 @@ P::PhysicalPtr PhysicalGenerator::generateInitialPlan(

[GitHub] incubator-quickstep pull request #174: Push down disjunctive predicates to f...

2017-01-31 Thread jianqiao
Github user jianqiao commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/174#discussion_r98711958 --- Diff: query_optimizer/PhysicalGenerator.cpp --- @@ -108,6 +109,7 @@ P::PhysicalPtr PhysicalGenerator::generateInitialPlan(

[GitHub] incubator-quickstep pull request #174: Push down disjunctive predicates to f...

2017-01-31 Thread zuyu
Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/174#discussion_r98711534 --- Diff: query_optimizer/PhysicalGenerator.cpp --- @@ -108,6 +109,7 @@ P::PhysicalPtr PhysicalGenerator::generateInitialPlan( P::PhysicalPtr

[GitHub] incubator-quickstep pull request #174: Push down disjunctive predicates to f...

2017-01-31 Thread jianqiao
Github user jianqiao commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/174#discussion_r98710981 --- Diff: query_optimizer/rules/PushDownLowCostDisjunctivePredicate.cpp --- @@ -0,0 +1,218 @@ +/** + * Licensed to the Apache Software

[GitHub] incubator-quickstep pull request #174: Push down disjunctive predicates to f...

2017-01-31 Thread jianqiao
Github user jianqiao commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/174#discussion_r98710964 --- Diff: query_optimizer/rules/PushDownLowCostDisjunctivePredicate.hpp --- @@ -0,0 +1,118 @@ +/** + * Licensed to the Apache Software

[GitHub] incubator-quickstep pull request #174: Push down disjunctive predicates to f...

2017-01-31 Thread jianqiao
Github user jianqiao commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/174#discussion_r98710865 --- Diff: query_optimizer/rules/PushDownLowCostDisjunctivePredicate.cpp --- @@ -0,0 +1,218 @@ +/** + * Licensed to the Apache Software

[GitHub] incubator-quickstep pull request #174: Push down disjunctive predicates to f...

2017-01-31 Thread jianqiao
Github user jianqiao commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/174#discussion_r98708887 --- Diff: query_optimizer/PhysicalGenerator.cpp --- @@ -108,6 +109,7 @@ P::PhysicalPtr PhysicalGenerator::generateInitialPlan(

[GitHub] incubator-quickstep pull request #174: Push down disjunctive predicates to f...

2017-01-31 Thread jianqiao
Github user jianqiao commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/174#discussion_r98708919 --- Diff: query_optimizer/PhysicalGenerator.cpp --- @@ -27,6 +27,7 @@ #include "query_optimizer/logical/Logical.hpp" #include

[GitHub] incubator-quickstep pull request #174: Push down disjunctive predicates to f...

2017-01-31 Thread zuyu
Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/174#discussion_r98691158 --- Diff: query_optimizer/rules/PushDownLowCostDisjunctivePredicate.cpp --- @@ -0,0 +1,218 @@ +/** + * Licensed to the Apache Software

[GitHub] incubator-quickstep pull request #174: Push down disjunctive predicates to f...

2017-01-31 Thread zuyu
Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/174#discussion_r98689643 --- Diff: query_optimizer/PhysicalGenerator.cpp --- @@ -108,6 +109,7 @@ P::PhysicalPtr PhysicalGenerator::generateInitialPlan( P::PhysicalPtr

[GitHub] incubator-quickstep pull request #174: Push down disjunctive predicates to f...

2017-01-31 Thread zuyu
Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/174#discussion_r98688681 --- Diff: query_optimizer/PhysicalGenerator.cpp --- @@ -27,6 +27,7 @@ #include "query_optimizer/logical/Logical.hpp" #include

[GitHub] incubator-quickstep pull request #171: QUICKSTEP-68 Reorder intermediate rel...

2017-01-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/171 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the