Dan Burkert has submitted this change and it was merged. Change subject: KUDU-1165: Implement partition pruning for C++ client and server ......................................................................
KUDU-1165: Implement partition pruning for C++ client and server Change-Id: I9f4fc14b44af63a17b34cd9c2a9134127b1afe4d Reviewed-on: http://gerrit.cloudera.org:8080/2413 Tested-by: Kudu Jenkins Reviewed-by: Adar Dembo <[email protected]> --- M docs/design-docs/scan-optimization-partition-pruning.md M src/kudu/client/client.cc M src/kudu/client/scanner-internal.cc M src/kudu/client/scanner-internal.h M src/kudu/common/CMakeLists.txt M src/kudu/common/partial_row.h M src/kudu/common/partition.cc M src/kudu/common/partition.h A src/kudu/common/partition_pruner-test.cc A src/kudu/common/partition_pruner.cc A src/kudu/common/partition_pruner.h M src/kudu/util/memory/arena.cc M src/kudu/util/memory/arena.h 13 files changed, 1,229 insertions(+), 124 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2413 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9f4fc14b44af63a17b34cd9c2a9134127b1afe4d Gerrit-PatchSet: 22 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
