This is an automated email from the ASF dual-hosted git repository.
abukor pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from 084640a [partition] RangeHashSchema --> PerRangeHashBucketSchemas
new 4ba1ca2 [master-test] clean up CreateTable() signature
new dda2587 [rest] add oat++ framework to kudu
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:
CMakeLists.txt | 12 +
.../{FindBitshuffle.cmake => FindOatpp.cmake} | 29 ++-
...FindBitshuffle.cmake => FindOatppSwagger.cmake} | 28 +-
src/kudu/master/master-test.cc | 284 ++++++++++++---------
thirdparty/build-definitions.sh | 32 +++
thirdparty/build-thirdparty.sh | 18 ++
thirdparty/download-thirdparty.sh | 15 ++
.../patches/oatpp-remove-version-from-path.patch | 65 +++++
.../oatpp-swagger-remove-version-from-path.patch | 83 ++++++
thirdparty/vars.sh | 8 +
10 files changed, 424 insertions(+), 150 deletions(-)
copy cmake_modules/{FindBitshuffle.cmake => FindOatpp.cmake} (57%)
copy cmake_modules/{FindBitshuffle.cmake => FindOatppSwagger.cmake} (52%)
create mode 100644 thirdparty/patches/oatpp-remove-version-from-path.patch
create mode 100644
thirdparty/patches/oatpp-swagger-remove-version-from-path.patch