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 4327b6e KUDU-1938 Fix length check in SchemaBuilder
new 5588a72 [util] a small clean-up on MAYBE_RETURN_FAILURE
new 8c069b3 [python] KUDU-1938 Add VARCHAR support
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:
python/kudu/__init__.py | 2 +-
python/kudu/client.pyx | 18 +++++++++++++-
python/kudu/libkudu_client.pxd | 13 ++++++++++
python/kudu/schema.pyx | 44 +++++++++++++++++++++++++++++-----
python/kudu/tests/test_scanner.py | 9 +++++--
python/kudu/tests/test_scantoken.py | 4 ++++
python/kudu/tests/test_schema.py | 48 +++++++++++++++++++++++++++++++++++++
python/kudu/tests/util.py | 17 +++++++++----
src/kudu/util/env_posix.cc | 2 +-
src/kudu/util/fault_injection.h | 15 ++++++------
10 files changed, 149 insertions(+), 23 deletions(-)
|