[GitHub] incubator-quickstep pull request #362: Add virtual destructors where needed ...

2018-10-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/362 ---

[GitHub] incubator-quickstep pull request #362: Add virtual destructors where needed ...

2018-10-11 Thread zuyu
Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/362#discussion_r224539118 --- Diff: third_party/src/tmb/tests/message_bus_unittest_common.h --- @@ -205,7 +207,7 @@ class ConnectorThread : public Thread { }

[GitHub] incubator-quickstep pull request #362: Add virtual destructors where needed ...

2018-10-08 Thread johnchronis
GitHub user johnchronis opened a pull request: https://github.com/apache/incubator-quickstep/pull/362 Add virtual destructors where needed to remove compile time errors. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] incubator-quickstep pull request #361: Optimized the common case in pure-mem...

2018-06-28 Thread zuyu
GitHub user zuyu opened a pull request: https://github.com/apache/incubator-quickstep/pull/361 Optimized the common case in pure-memory TMB. You can merge this pull request into a Git repository by running: $ git pull https://github.com/zuyu/incubator-quickstep tmb-opt

[GitHub] incubator-quickstep pull request #360: Fix the inclusion guard of ForemanSin...

2018-06-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/360 ---

[GitHub] incubator-quickstep pull request #360: Fix the inclusion guard of ForemanSin...

2018-06-21 Thread hbdeshmukh
GitHub user hbdeshmukh opened a pull request: https://github.com/apache/incubator-quickstep/pull/360 Fix the inclusion guard of ForemanSingleNode.hpp file You can merge this pull request into a Git repository by running: $ git pull

[GitHub] incubator-quickstep pull request #359: Fixed the build issues regarding tmb ...

2018-06-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/359 ---

[GitHub] incubator-quickstep pull request #359: Fixed the build issues regarding tmb ...

2018-06-18 Thread zuyu
GitHub user zuyu opened a pull request: https://github.com/apache/incubator-quickstep/pull/359 Fixed the build issues regarding tmb benchmark. This minor PR fixed some build issues related to the tmb benchmark directory. You can merge this pull request into a Git repository by

[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 #355: QUICKSTEP-127 Data provider thread

2018-06-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/355 ---

[GitHub] incubator-quickstep pull request #357: Fixed the command execution bug in th...

2018-06-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/357 ---

[GitHub] incubator-quickstep pull request #355: QUICKSTEP-127 Data provider thread

2018-06-04 Thread zuyu
Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/355#discussion_r192827208 --- Diff: storage/CMakeLists.txt --- @@ -120,6 +120,11 @@ configure_file (

[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

[GitHub] incubator-quickstep pull request #355: QUICKSTEP-127 Data provider thread

2018-05-24 Thread hbdeshmukh
Github user hbdeshmukh commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/355#discussion_r190785380 --- Diff: storage/DataProviderThread.hpp --- @@ -0,0 +1,103 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] incubator-quickstep pull request #355: QUICKSTEP-127 Data provider thread

2018-05-24 Thread hbdeshmukh
Github user hbdeshmukh commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/355#discussion_r190785209 --- Diff: storage/DataProviderThread.hpp --- @@ -0,0 +1,103 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] incubator-quickstep pull request #357: Fixed the command execution bug in th...

2018-05-21 Thread zuyu
GitHub user zuyu opened a pull request: https://github.com/apache/incubator-quickstep/pull/357 Fixed the command execution bug in the distributed version. This PR fixed the command execution bugs in the distributed version, and now it is consistent with the single-node version.

[GitHub] incubator-quickstep pull request #356: DO NOT MERGE: Added the grpc in Travi...

2018-05-21 Thread zuyu
GitHub user zuyu opened a pull request: https://github.com/apache/incubator-quickstep/pull/356 DO NOT MERGE: Added the grpc in Travis CI. You can merge this pull request into a Git repository by running: $ git pull https://github.com/zuyu/incubator-quickstep travis-grpc-new

[GitHub] incubator-quickstep pull request #355: QUICKSTEP-127 Data provider thread

2018-05-21 Thread zuyu
Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/355#discussion_r189664042 --- Diff: storage/DataProviderThread.hpp --- @@ -0,0 +1,103 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + *

[GitHub] incubator-quickstep pull request #355: QUICKSTEP-127 Data provider thread

2018-05-21 Thread hbdeshmukh
GitHub user hbdeshmukh opened a pull request: https://github.com/apache/incubator-quickstep/pull/355 QUICKSTEP-127 Data provider thread - Thread used for receiving block requests from clients and sending the contents of a block back to the client. You can merge this pull

[GitHub] incubator-quickstep pull request #347: QUICKSTEP-121: Added the self-join su...

2018-05-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/347 ---

[GitHub] incubator-quickstep pull request #353: Minor bug fixes and refactors.

2018-05-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/353 ---

[GitHub] incubator-quickstep pull request #354: Fixed the union-all elimiation case w...

2018-05-07 Thread zuyu
GitHub user zuyu opened a pull request: https://github.com/apache/incubator-quickstep/pull/354 Fixed the union-all elimiation case where some project expression is not an AttributeReference. This PR fixed for the case where the only one child of the union-all query is non-empty,

[GitHub] incubator-quickstep pull request #353: Minor bug fixes and refactors.

2018-05-07 Thread zuyu
GitHub user zuyu opened a pull request: https://github.com/apache/incubator-quickstep/pull/353 Minor bug fixes and refactors. This PR contains most work from @jianqiao when working on the datalog branch, including bug fix and some refactors. You can merge this pull request into a

[GitHub] incubator-quickstep pull request #351: Use Exactness info in Catalog stats.

2018-05-07 Thread zuyu
Github user zuyu closed the pull request at: https://github.com/apache/incubator-quickstep/pull/351 ---

[GitHub] incubator-quickstep pull request #348: Refactored ScalarCaseExpression.

2018-05-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/348 ---

[GitHub] incubator-quickstep pull request #350: Fixed the bug regarding EliminateEmpt...

2018-05-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/350 ---

[GitHub] incubator-quickstep pull request #350: Fixed the bug regarding EliminateEmpt...

2018-05-04 Thread zuyu
GitHub user zuyu opened a pull request: https://github.com/apache/incubator-quickstep/pull/350 Fixed the bug regarding EliminateEmptyNode and InsertSelection. This PR fixed a bug regarding `EliminateEmptyNode` and `InsertSelection` that could be easily reproduced as the following:

[GitHub] incubator-quickstep pull request #349: Fixed the bug regarding EliminateEmpt...

2018-05-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/349 ---

[GitHub] incubator-quickstep pull request #318: DO NOT MERGE: Optimizing Hash reparti...

2018-05-03 Thread zuyu
Github user zuyu closed the pull request at: https://github.com/apache/incubator-quickstep/pull/318 ---

[GitHub] incubator-quickstep pull request #349: Fixed the bug regarding EliminateEmpt...

2018-05-02 Thread zuyu
GitHub user zuyu opened a pull request: https://github.com/apache/incubator-quickstep/pull/349 Fixed the bug regarding EliminateEmptyNode and Analyze command. This PR fixed a bug introduced in #342. The problem was that that rule does not distinguish between an analyze command and

[GitHub] incubator-quickstep pull request #348: Refactored ScalarCaseExpression.

2018-05-02 Thread zuyu
GitHub user zuyu opened a pull request: https://github.com/apache/incubator-quickstep/pull/348 Refactored ScalarCaseExpression. This PR does the following: 1. Moved the static methods into the cpp file. 1. Added a fast path for `getAllValuesForJoin`, similar to other

[GitHub] incubator-quickstep pull request #347: DO NOT MERGE: QUICKSTEP-121: Added th...

2018-04-30 Thread zuyu
GitHub user zuyu opened a pull request: https://github.com/apache/incubator-quickstep/pull/347 DO NOT MERGE: QUICKSTEP-121: Added the self-join support. This PR added the self-join support by assigning the join side info, instead of relying on the relation id. Note that

[GitHub] incubator-quickstep pull request #346: QUICKSTEP-124: Add a python script to...

2018-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/346 ---

[GitHub] incubator-quickstep pull request #346: Add a python script to auto fix CMake...

2018-04-27 Thread jianqiao
GitHub user jianqiao opened a pull request: https://github.com/apache/incubator-quickstep/pull/346 Add a python script to auto fix CMakeLists files This PR adds a script that intends to help improve developer productivity by automatically fixing `CMakeLists.txt` files for the

[GitHub] incubator-quickstep pull request #343: Fix all CMakeLists.txt for automated ...

2018-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/343 ---

[GitHub] incubator-quickstep pull request #345: Minor code style fix.

2018-04-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/345 ---

[GitHub] incubator-quickstep pull request #345: Minor code style fix.

2018-04-26 Thread zuyu
GitHub user zuyu opened a pull request: https://github.com/apache/incubator-quickstep/pull/345 Minor code style fix. You can merge this pull request into a Git repository by running: $ git pull https://github.com/zuyu/incubator-quickstep code-style-fix Alternatively you can

[GitHub] incubator-quickstep pull request #344: Quickstep-123: Fixed the missing 'has...

2018-04-26 Thread zuyu
GitHub user zuyu opened a pull request: https://github.com/apache/incubator-quickstep/pull/344 Quickstep-123: Fixed the missing 'has_repartition' in FilterJoin. Added the missing `has_repartition` in `FilterJoin`. You can merge this pull request into a Git repository by running:

[GitHub] incubator-quickstep pull request #343: Fix all CMakeLists.txt for automated ...

2018-04-26 Thread jianqiao
GitHub user jianqiao opened a pull request: https://github.com/apache/incubator-quickstep/pull/343 Fix all CMakeLists.txt for automated processing This PR fixes and adjusts the style of all `CMakeLists.txt` so that they become stable (i.e. well-formatted) to be processed by an

[GitHub] incubator-quickstep pull request #342: Quickstep-119: Added the rule that el...

2018-04-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/342 ---

[GitHub] incubator-quickstep pull request #341: Used MergeFrom instead of CopyFrom.

2018-04-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/341 ---

[GitHub] incubator-quickstep pull request #342: DO NOT MERGE: Quickstep-119: Added th...

2018-04-21 Thread zuyu
GitHub user zuyu opened a pull request: https://github.com/apache/incubator-quickstep/pull/342 DO NOT MERGE: Quickstep-119: Added the rule that eliminates a HashJoin to a Selection if possible. This PR adds an optimization rule that eliminates a join if at least one side is empty.

[GitHub] incubator-quickstep pull request #341: Used MergeFrom instead of CopyFrom.

2018-04-20 Thread zuyu
GitHub user zuyu opened a pull request: https://github.com/apache/incubator-quickstep/pull/341 Used MergeFrom instead of CopyFrom. You can merge this pull request into a Git repository by running: $ git pull https://github.com/zuyu/incubator-quickstep use-merge-from

[GitHub] incubator-quickstep pull request #340: More informative error for BlockNotFo...

2018-04-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/340 ---

[GitHub] incubator-quickstep pull request #340: More informative error for BlockNotFo...

2018-04-17 Thread hbdeshmukh
Github user hbdeshmukh commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/340#discussion_r182228415 --- Diff: storage/StorageErrors.hpp --- @@ -61,9 +61,16 @@ class BlockMemoryTooSmall : public std::exception { **/ class

[GitHub] incubator-quickstep pull request #340: More informative error for BlockNotFo...

2018-04-17 Thread jianqiao
Github user jianqiao commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/340#discussion_r182212888 --- Diff: storage/StorageErrors.hpp --- @@ -61,9 +61,16 @@ class BlockMemoryTooSmall : public std::exception { **/ class

[GitHub] incubator-quickstep pull request #340: More informative error for BlockNotFo...

2018-04-17 Thread jianqiao
Github user jianqiao commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/340#discussion_r182210127 --- Diff: storage/StorageErrors.hpp --- @@ -61,9 +61,16 @@ class BlockMemoryTooSmall : public std::exception { **/ class

[GitHub] incubator-quickstep pull request #339: Upgrade cmake version.

2018-04-02 Thread hbdeshmukh
GitHub user hbdeshmukh opened a pull request: https://github.com/apache/incubator-quickstep/pull/339 Upgrade cmake version. Upgrading CMake, as is required by glog which is a third party dependency (discussed in #327). You can merge this pull request into a Git repository by

[GitHub] incubator-quickstep pull request #336: Fixed the bug that Executor / Cli doe...

2018-03-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/336 ---

[GitHub] incubator-quickstep pull request #335: DO NOT MERGE: Dockerfile Support for ...

2018-03-14 Thread yuanchenl
Github user yuanchenl closed the pull request at: https://github.com/apache/incubator-quickstep/pull/335 ---

[GitHub] incubator-quickstep pull request #338: Fixed the gRPC Problem for Data Excha...

2018-03-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/338 ---

[GitHub] incubator-quickstep pull request #338: Fixed the gRPC Problem for Data Excha...

2018-03-13 Thread yuanchenl
GitHub user yuanchenl opened a pull request: https://github.com/apache/incubator-quickstep/pull/338 Fixed the gRPC Problem for Data Exchange Fixed the data exchange problem encountered in distributed quickstep. It turned out that problem of data exchange is caused by the

[GitHub] incubator-quickstep pull request #337: Check File Handle in TextScanWorkOrde...

2018-03-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/337 ---

[GitHub] incubator-quickstep pull request #337: Check File Handle in TextScanWorkOrde...

2018-03-06 Thread zuyu
GitHub user zuyu opened a pull request: https://github.com/apache/incubator-quickstep/pull/337 Check File Handle in TextScanWorkOrder to avoid segfault. This PR avoids the segfault mentioned [here](https://github.com/apache/incubator-quickstep/pull/336#issuecomment-370674172) when

[GitHub] incubator-quickstep pull request #336: Fixed the bug that Executor / Cli doe...

2018-02-28 Thread zuyu
GitHub user zuyu opened a pull request: https://github.com/apache/incubator-quickstep/pull/336 Fixed the bug that Executor / Cli does not create directory for StorageManager. Assigned to @jianqiao. @yuanchenl Please test this PR using Docker. Thanks! You can merge this

[GitHub] incubator-quickstep pull request #334: Fix iwyu include path

2018-02-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/334 ---

[GitHub] incubator-quickstep pull request #335: Dockerfile Support for Distributed De...

2018-02-27 Thread yuanchenl
GitHub user yuanchenl opened a pull request: https://github.com/apache/incubator-quickstep/pull/335 Dockerfile Support for Distributed Deployment You can merge this pull request into a Git repository by running: $ git pull https://github.com/yuanchenl/incubator-quickstep

[GitHub] incubator-quickstep pull request #334: Fix iwyu include path

2018-02-26 Thread jianqiao
GitHub user jianqiao opened a pull request: https://github.com/apache/incubator-quickstep/pull/334 Fix iwyu include path This PR fixes the third-party library include paths for the iwyu (include-what-you-use) tool. You can merge this pull request into a Git repository by running:

[GitHub] incubator-quickstep pull request #332: Small adjustments in star schema cost...

2018-02-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/332 ---

[GitHub] incubator-quickstep pull request #332: Small adjustments in star schema cost...

2018-02-23 Thread jianqiao
Github user jianqiao commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/332#discussion_r170369358 --- Diff: query_optimizer/cost_model/StarSchemaSimpleCostModel.cpp --- @@ -493,7 +493,7 @@ std::size_t

[GitHub] incubator-quickstep pull request #333: Fix SeparateChainingHashTable::resize...

2018-02-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/333 ---

[GitHub] incubator-quickstep pull request #333: Fix SeparateChainingHashTable::resize...

2018-02-18 Thread jianqiao
GitHub user jianqiao opened a pull request: https://github.com/apache/incubator-quickstep/pull/333 Fix SeparateChainingHashTable::resize() This PR fixes the problem that Quickstep hangs when resizing `SeparateChainingHashTable` during the execution of `BuildHashOperator`.

[GitHub] incubator-quickstep pull request #332: Small adjustments in star schema cost...

2018-02-08 Thread zuyu
Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/332#discussion_r167114902 --- Diff: query_optimizer/cost_model/StarSchemaSimpleCostModel.cpp --- @@ -493,7 +493,7 @@ std::size_t

[GitHub] incubator-quickstep pull request #332: Small adjustments in star schema cost...

2018-02-07 Thread jianqiao
GitHub user jianqiao opened a pull request: https://github.com/apache/incubator-quickstep/pull/332 Small adjustments in star schema cost model for # distinct values estimation This PR has a small adjustment in star schema cost model for # of distinct values estimation, together

[GitHub] incubator-quickstep pull request #331: Add a cmake option to handle the Trav...

2018-02-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/331 ---

[GitHub] incubator-quickstep pull request #331: Add a cmake option to handle the Trav...

2018-02-02 Thread jianqiao
GitHub user jianqiao opened a pull request: https://github.com/apache/incubator-quickstep/pull/331 Add a cmake option to handle the Travis CI timeout problem. This PR adds a cmake option `ENABLE_COMPARISON_INLINE_EXPANSION` to allow disabling of method specialization in various

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

[GitHub] incubator-quickstep pull request #329: IDE Documentation fixes

2018-01-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/329 ---

[GitHub] incubator-quickstep pull request #330: Upgraded benchmark third party librar...

2018-01-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/330 ---

[GitHub] incubator-quickstep pull request #330: Upgraded benchmark third party librar...

2018-01-03 Thread hbdeshmukh
GitHub user hbdeshmukh reopened a pull request: https://github.com/apache/incubator-quickstep/pull/330 Upgraded benchmark third party library. You can merge this pull request into a Git repository by running: $ git pull https://github.com/hbdeshmukh/incubator-quickstep

[GitHub] incubator-quickstep pull request #330: Upgraded benchmark third party librar...

2018-01-03 Thread hbdeshmukh
Github user hbdeshmukh closed the pull request at: https://github.com/apache/incubator-quickstep/pull/330 ---

[GitHub] incubator-quickstep pull request #330: Upgraded benchmark third party librar...

2017-12-27 Thread hbdeshmukh
GitHub user hbdeshmukh opened a pull request: https://github.com/apache/incubator-quickstep/pull/330 Upgraded benchmark third party library. You can merge this pull request into a Git repository by running: $ git pull https://github.com/hbdeshmukh/incubator-quickstep

[GitHub] incubator-quickstep pull request #329: IDE Documentation fixes

2017-12-27 Thread hbdeshmukh
GitHub user hbdeshmukh opened a pull request: https://github.com/apache/incubator-quickstep/pull/329 IDE Documentation fixes You can merge this pull request into a Git repository by running: $ git pull https://github.com/hbdeshmukh/incubator-quickstep ide_documentation_fix

[GitHub] incubator-quickstep pull request #319: Fixed the bug when partition w/ prune...

2017-12-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/319 ---

[GitHub] incubator-quickstep pull request #328: QUICKSTEP-114 Upgrade cpplint

2017-12-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/328 ---

[GitHub] incubator-quickstep pull request #328: QUICKSTEP-114 Upgrade cpplint

2017-12-21 Thread zuyu
Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/328#discussion_r158369912 --- Diff: parser/ParseString.hpp --- @@ -115,4 +115,4 @@ class ParseString : public ParseTreeNode { } // namespace quickstep

[GitHub] incubator-quickstep pull request #328: QUICKSTEP-114 Upgrade cpplint

2017-12-21 Thread zuyu
Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/328#discussion_r158370165 --- Diff: storage/BasicColumnStoreValueAccessor.hpp --- @@ -108,25 +109,25 @@ class BasicColumnStoreValueAccessorHelper { }

[GitHub] incubator-quickstep pull request #327: QUICKSTEP-113 Remove glog source code...

2017-12-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/327 ---

[GitHub] incubator-quickstep pull request #327: Remove glog source code from third pa...

2017-12-15 Thread hbdeshmukh
GitHub user hbdeshmukh opened a pull request: https://github.com/apache/incubator-quickstep/pull/327 Remove glog source code from third party - glog source code is now downloaded through the download script. - Added patches for glog. You can merge this pull request into a Git

[GitHub] incubator-quickstep pull request #326: QUICKSTEP-112 Get the list of referen...

2017-12-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/326 ---

[GitHub] incubator-quickstep pull request #326: QUICKSTEP-112 Get the list of referen...

2017-11-30 Thread jianqiao
Github user jianqiao commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/326#discussion_r154230379 --- Diff: query_optimizer/rules/ReferencedBaseRelations.hpp --- @@ -0,0 +1,78 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] incubator-quickstep pull request #326: QUICKSTEP-112 Get the list of referen...

2017-11-30 Thread jianqiao
Github user jianqiao commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/326#discussion_r154229622 --- Diff: query_optimizer/rules/ReferencedBaseRelations.hpp --- @@ -0,0 +1,78 @@ +/** + * Licensed to the Apache Software Foundation

[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 #326: QUICKSTEP-112 Get the list of referen...

2017-11-28 Thread hbdeshmukh
GitHub user hbdeshmukh opened a pull request: https://github.com/apache/incubator-quickstep/pull/326 QUICKSTEP-112 Get the list of referenced base relations - Find the base relations that are referenced in a query. - The referenced relations are stored in the QueryHandle. -

[GitHub] incubator-quickstep pull request #325: DO NOT MERGE: Concurrent queries tran...

2017-11-24 Thread zuyu
Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/325#discussion_r153019903 --- Diff: transaction/AdmissionControl.hpp --- @@ -0,0 +1,83 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + *

[GitHub] incubator-quickstep pull request #325: DO NOT MERGE: Concurrent queries tran...

2017-11-24 Thread zuyu
Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/325#discussion_r153019967 --- Diff: transaction/CMakeLists.txt --- @@ -125,8 +138,8 @@ target_link_libraries(quickstep_transaction

[GitHub] incubator-quickstep pull request #325: DO NOT MERGE: Concurrent queries tran...

2017-11-24 Thread zuyu
Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/325#discussion_r153020128 --- Diff: transaction/CompatibilityChecker.hpp --- @@ -0,0 +1,106 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] incubator-quickstep pull request #325: DO NOT MERGE: Concurrent queries tran...

2017-11-24 Thread zuyu
Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/325#discussion_r153020184 --- Diff: transaction/CompatibilityChecker.hpp --- @@ -0,0 +1,106 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] incubator-quickstep pull request #325: DO NOT MERGE: Concurrent queries tran...

2017-11-24 Thread zuyu
Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/325#discussion_r153019788 --- Diff: transaction/AdmissionControl.hpp --- @@ -0,0 +1,83 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + *

[GitHub] incubator-quickstep pull request #325: DO NOT MERGE: Concurrent queries tran...

2017-11-24 Thread zuyu
Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/325#discussion_r153019935 --- Diff: transaction/CMakeLists.txt --- @@ -50,10 +53,16 @@ add_library(quickstep_transaction_StronglyConnectedComponents

[GitHub] incubator-quickstep pull request #325: DO NOT MERGE: Concurrent queries tran...

2017-11-24 Thread zuyu
Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/325#discussion_r153019545 --- Diff: transaction/AdmissionControl.hpp --- @@ -0,0 +1,83 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + *

[GitHub] incubator-quickstep pull request #325: DO NOT MERGE: Concurrent queries tran...

2017-11-24 Thread zuyu
Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/325#discussion_r153019502 --- Diff: query_optimizer/QueryHandle.hpp --- @@ -178,6 +178,14 @@ class QueryHandle { query_result_relation_ = relation; }

[GitHub] incubator-quickstep pull request #325: DO NOT MERGE: Concurrent queries tran...

2017-11-23 Thread hbdeshmukh
GitHub user hbdeshmukh opened a pull request: https://github.com/apache/incubator-quickstep/pull/325 DO NOT MERGE: Concurrent queries transactions Hello, This PR has some skeleton code for basic transactional queries support in quickstep. This PR follows the design

[GitHub] incubator-quickstep pull request #321: Fix number of work orders generated f...

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

[GitHub] incubator-quickstep pull request #323: Temporary Build Support for OS X 10.1...

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

[GitHub] incubator-quickstep pull request #324: Predicate locking

2017-11-10 Thread phenyl-sphinx
GitHub user phenyl-sphinx opened a pull request: https://github.com/apache/incubator-quickstep/pull/324 Predicate locking You can merge this pull request into a Git repository by running: $ git pull https://github.com/phenyl-sphinx/incubator-quickstep predicate-locking

[GitHub] incubator-quickstep pull request #324: Predicate locking

2017-11-10 Thread phenyl-sphinx
Github user phenyl-sphinx closed the pull request at: https://github.com/apache/incubator-quickstep/pull/324 ---

[GitHub] incubator-quickstep pull request #323: Temporary Build Support for OS X 10.1...

2017-11-09 Thread phenyl-sphinx
Github user phenyl-sphinx commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/323#discussion_r150144494 --- Diff: CMakeLists.txt --- @@ -302,11 +302,11 @@ else() endif() endif() - # OSX 10.12 has deprecated certain

[GitHub] incubator-quickstep pull request #323: Temporary Build Support for OS X 10.1...

2017-11-09 Thread zuyu
Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/323#discussion_r150140641 --- Diff: CMakeLists.txt --- @@ -302,11 +302,11 @@ else() endif() endif() - # OSX 10.12 has deprecated certain

[GitHub] incubator-quickstep pull request #323: Temporary Build Support for OS X 10.1...

2017-11-09 Thread phenyl-sphinx
GitHub user phenyl-sphinx opened a pull request: https://github.com/apache/incubator-quickstep/pull/323 Temporary Build Support for OS X 10.13 Added building support for OS X 10.13 (which didn't work beforehand) You can merge this pull request into a Git repository by running:

  1   2   3   4   5   6   7   8   9   10   >