This is an automated email from the ASF dual-hosted git repository.
granthenke pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from a60b488 [build] Fix RAT license checks
new 83b8caf KUDU-1644 use range partition info for pruning
new b2e3204 [docker] Update the supported base images
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docker/docker-build.py | 11 +-
src/kudu/common/partition.cc | 46 +-
src/kudu/common/partition.h | 19 +-
src/kudu/common/scan_spec-test.cc | 847 +++++++++++++++++++++++++------------
src/kudu/common/scan_spec.cc | 37 +-
src/kudu/common/scan_spec.h | 18 +-
src/kudu/tools/kudu-admin-test.cc | 2 +-
src/kudu/tserver/tablet_service.cc | 6 +-
8 files changed, 685 insertions(+), 301 deletions(-)