This is an automated email from the ASF dual-hosted git repository.
mgreber pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git
from ad5446fff KUDU-1261 control the maximum number of elements in an array
new 8e7f51cd7 KUDU-3478 Add Python client examples test script
new c0b6da9ba KUDU-3478 Add Java client examples test script
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:
build-support/jenkins/build-and-test.sh | 24 +++
.../org/apache/kudu/examples/InsertLoadgen.java | 42 ++++-
examples/java/java-example/README.adoc | 53 ++++++-
examples/java/java-example/pom.xml | 30 +++-
java/test-java-examples.sh | 174 +++++++++++++++++++++
python/Makefile | 18 +++
python/test-python-examples.sh | 168 ++++++++++++++++++++
7 files changed, 494 insertions(+), 15 deletions(-)
create mode 100755 java/test-java-examples.sh
create mode 100755 python/test-python-examples.sh