[GitHub] incubator-quickstep pull request #122: Add backend support for LIPFilters.

2016-10-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-quickstep/pull/122 --- 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 issue #122: Add backend support for LIPFilters.

2016-10-24 Thread hbdeshmukh
Github user hbdeshmukh commented on the issue: https://github.com/apache/incubator-quickstep/pull/122 Looks good to me, merging. --- 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

[GitHub] incubator-quickstep pull request #121: QUICKSTEP-57 Support for performing p...

2016-10-24 Thread hbdeshmukh
Github user hbdeshmukh commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/121#discussion_r84796400 --- Diff: storage/StorageBlock.cpp --- @@ -1369,4 +1369,77 @@ const std::size_t StorageBlock::getNumTuples() const { return

[GitHub] incubator-quickstep pull request #121: QUICKSTEP-57 Support for performing p...

2016-10-24 Thread hbdeshmukh
Github user hbdeshmukh commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/121#discussion_r84796051 --- Diff: storage/PartitionedHashTablePool.hpp --- @@ -0,0 +1,224 @@ +/** + * Copyright 2016, Quickstep Research Group, Computer

[GitHub] incubator-quickstep issue #122: Add backend support for LIPFilters.

2016-10-24 Thread jianqiao
Github user jianqiao commented on the issue: https://github.com/apache/incubator-quickstep/pull/122 Comments addressed. --- 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

[GitHub] incubator-quickstep pull request #121: QUICKSTEP-57 Support for performing p...

2016-10-24 Thread hbdeshmukh
Github user hbdeshmukh commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/121#discussion_r84795775 --- Diff: storage/PartitionedHashTablePool.hpp --- @@ -0,0 +1,224 @@ +/** + * Copyright 2016, Quickstep Research Group, Computer

[GitHub] incubator-quickstep pull request #121: QUICKSTEP-57 Support for performing p...

2016-10-24 Thread hbdeshmukh
Github user hbdeshmukh commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/121#discussion_r84793516 --- Diff: storage/AggregationOperationState.hpp --- @@ -172,12 +173,44 @@ class AggregationOperationState { **/ void

[GitHub] incubator-quickstep pull request #121: QUICKSTEP-57 Support for performing p...

2016-10-24 Thread hbdeshmukh
Github user hbdeshmukh commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/121#discussion_r84792130 --- Diff: relational_operators/FinalizeAggregationOperator.cpp --- @@ -41,12 +41,29 @@ bool FinalizeAggregationOperator::getAllWorkOrders(

[GitHub] incubator-quickstep pull request #122: Add backend support for LIPFilters.

2016-10-24 Thread hbdeshmukh
Github user hbdeshmukh commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/122#discussion_r84789328 --- Diff: storage/StorageBlock.cpp --- @@ -340,22 +340,16 @@ void StorageBlock::sample(const bool is_block_sample, } void

[GitHub] incubator-quickstep pull request #122: Add backend support for LIPFilters.

2016-10-24 Thread hbdeshmukh
Github user hbdeshmukh commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/122#discussion_r84787343 --- Diff: relational_operators/SelectOperator.cpp --- @@ -210,23 +242,39 @@ serialization::WorkOrder*