This is an automated email from the ASF dual-hosted git repository.
haonan pushed a change to branch py_new_datatype
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from a8f519c0b38 [Py-Client] support new data types
add 83e86f211fa add test
No new revisions were added by this update.
Summary of changes:
iotdb-client/client-py/SessionExample.py | 52 +++++++
iotdb-client/client-py/iotdb/Session.py | 45 ++++--
iotdb-client/client-py/iotdb/utils/Field.py | 14 +-
.../client-py/iotdb/utils/IoTDBConstants.py | 4 +-
iotdb-client/client-py/iotdb/utils/RowRecord.py | 8 +-
iotdb-client/client-py/iotdb/utils/Tablet.py | 2 +-
.../tests/integration/test_new_data_types.py | 157 +++++++++++++++++++++
7 files changed, 259 insertions(+), 23 deletions(-)
create mode 100644
iotdb-client/client-py/tests/integration/test_new_data_types.py