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 76d540c13 [tool] Add gflag to control the display of hash info when
show partition info.
new 8df970f7a KUDU-2671 fix updating partition end keys for unbounded
ranges
new 18d40679a KUDU-2671 range-specific hash schemas in 'kudu table create'
CLI
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:
.../org/apache/kudu/client/TestAlterTable.java | 10 +-
src/kudu/client/flex_partitioning_client-test.cc | 184 ++++++++++++++++++++-
src/kudu/common/partition-test.cc | 32 ++--
src/kudu/common/partition.cc | 118 ++++++++-----
src/kudu/tools/create-table-tool-test.cc | 130 +++++++++++++--
src/kudu/tools/tool.proto | 40 +++--
src/kudu/tools/tool_action_table.cc | 64 ++++++-
7 files changed, 477 insertions(+), 101 deletions(-)