This is an automated email from the ASF dual-hosted git repository.
adar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from 0a05f61 tools: fix output on 'kudu table scan' to add proper locking
new 1dca63d docs: KUDU-2411: Document the binary test jar
new e0557a2 [thirdparty] Bump RapidJSON version to 1.1.0
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:
docs/developing.adoc | 133 ++++++++++++-
src/kudu/master/hms_notification_log_listener.cc | 4 +-
src/kudu/tablet/tablet-test.cc | 14 +-
src/kudu/tools/kudu-tool-test.cc | 2 +-
src/kudu/util/jsonreader-test.cc | 9 +-
src/kudu/util/jsonreader.cc | 4 +-
src/kudu/util/jsonwriter-test.cc | 8 +-
src/kudu/util/jsonwriter.cc | 11 +-
src/kudu/util/jsonwriter.h | 2 +-
thirdparty/download-thirdparty.sh | 5 +-
...json-fix-signed-unsigned-conversion-error.patch | 218 +++++++++++++++++++++
thirdparty/vars.sh | 2 +-
12 files changed, 384 insertions(+), 28 deletions(-)
create mode 100644 thirdparty/patches/rapidjson-fix-signed-unsigned-conversion-error.patch
|