This is an automated email from the ASF dual-hosted git repository.
awong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from 9e9c950 [thirdparty] fix boost build with clang from Xcode
new 8c977a8 [compression] Refactor unit tests and add simple benchmark
test
new dc3cbb7 [tools] Add table tools to delete column and alter column
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:
src/kudu/client/schema.cc | 9 +
src/kudu/client/schema.h | 7 +
src/kudu/tools/kudu-tool-test.cc | 251 +++++++++++++++++++++++-
src/kudu/tools/tool_action_table.cc | 270 +++++++++++++++++++++++++-
src/kudu/util/compression/compression-test.cc | 97 +++++++--
5 files changed, 618 insertions(+), 16 deletions(-)