This is an automated email from the ASF dual-hosted git repository.
bankim pushed a change to branch branch-1.15.x
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from d98c398 KUDU-3291: properly disambiguate between deltas of a row with
the same timestamp
new 3fefe5f [client] replace Equals() with operator==()
new 8c59dcd [test] make new scenario in security-itest more robust
new d301382 [docs] Add release notes for 1.15.0 release
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:
docs/release_notes.adoc | 112 ++++++++++++++++++++++++-
src/kudu/client/client-test.cc | 4 +-
src/kudu/client/client-unittest.cc | 11 +--
src/kudu/client/schema.cc | 25 ++++--
src/kudu/client/schema.h | 42 +++++++++-
src/kudu/common/partition-test.cc | 4 +-
src/kudu/common/partition.cc | 50 +++++++----
src/kudu/common/partition.h | 8 +-
src/kudu/integration-tests/alter_table-test.cc | 2 +-
src/kudu/integration-tests/security-itest.cc | 14 ++++
src/kudu/integration-tests/test_workload.cc | 2 +-
src/kudu/tablet/tablet_metadata.cc | 4 +-
src/kudu/tools/table_scanner.cc | 9 +-
13 files changed, 240 insertions(+), 47 deletions(-)