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 0f38821 [thirdparty] introduce chrony
new ba80989 [test] handle ScanTableToStrings() result status
new 8124d94 [docs]: Fix bad markdown formatting in tablet.md
new 7116a08 KUDU-2847: Optimize iteration over selection vector in
SerializeRowBlock
new 81353eb [util] Add ExtractFloat method to JsonReader and improve
ExtractDouble method
new 8af4883 test: deflake ksck_remote-test
TestChecksumSnapshotCurrentTimestamp
The 5 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/design-docs/tablet.md | 4 +-
src/kudu/client/client-test-util.cc | 19 ++--
src/kudu/client/client-test-util.h | 9 +-
src/kudu/client/client-test.cc | 116 ++++++++++-----------
src/kudu/common/rowblock-test.cc | 21 ++++
src/kudu/common/rowblock.cc | 30 ++++++
src/kudu/common/rowblock.h | 4 +
src/kudu/common/wire_protocol-test.cc | 27 +++--
src/kudu/common/wire_protocol.cc | 80 +++++++-------
src/kudu/integration-tests/alter_table-test.cc | 2 +-
.../integration-tests/flex_partitioning-itest.cc | 4 +-
src/kudu/tools/ksck_remote-test.cc | 12 ++-
src/kudu/tools/tool_action_table.cc | 6 +-
src/kudu/util/jsonreader-test.cc | 58 ++++++++++-
src/kudu/util/jsonreader.cc | 46 ++++++--
src/kudu/util/jsonreader.h | 6 ++
16 files changed, 299 insertions(+), 145 deletions(-)