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 857c079fa KUDU-1261 [Java] Implement serdes of Array Type column
     new cec31d1e6 KUDU-1261 Python array datatype fixes
     new ededf25e8 [thirdparty] explicit include directive for gumbo-query
     new 913b17b2d KUDU-3704 fix crash in C++ client

The 3 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/client.pyx                   |  67 +++++++++++++++++++
 python/kudu/libkudu_client.pxd           |  20 ++++++
 python/kudu/schema.pyx                   |  54 ++++++++++++---
 python/kudu/tests/test_array_datatype.py | 111 ++++++++++++++++++++++++++++---
 python/kudu/tests/test_schema.py         |  85 +++++++++++++++++++++--
 src/kudu/client/client-test.cc           |  53 +++++++++++++++
 src/kudu/client/meta_cache.cc            |   4 +-
 thirdparty/build-definitions.sh          |   2 +-
 8 files changed, 373 insertions(+), 23 deletions(-)

Reply via email to