This is an automated email from the ASF dual-hosted git repository.
alexey pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git
from aba975b2c [unittest] LogRollingITest offen failed at asan, because of
glog' leak
new 1609ecc72 KUDU-2671 fix handling ranges with table-wide hash schemas
new 8c8f393a4 KUDU-2671 fix double-free in new scenario of scan_token-test
new 23908bdbe KUDU-2671 fix consistency check in KuduScanner::NextBatch()
The 3 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:
src/kudu/client/client.cc | 3 +-
src/kudu/client/flex_partitioning_client-test.cc | 121 ++++++++++---
src/kudu/client/scan_token-test.cc | 23 +--
src/kudu/client/scanner-internal.cc | 1 +
src/kudu/master/catalog_manager.cc | 27 ++-
src/kudu/master/master-test.cc | 219 ++++++++++++++++++++---
6 files changed, 328 insertions(+), 66 deletions(-)